home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / usenet / sources / volume89 / iff / iff2ps20.1 < prev    next >
Internet Message Format  |  1989-03-16  |  89KB

  1. Path: xanth!lll-winken!ames!mailrus!ulowell!page
  2. From: page@swan.ulowell.edu (Bob Page)
  3. Newsgroups: comp.sources.amiga
  4. Subject: v89i076:  iff2ps - iff to postscript converter v2.0
  5. Message-ID: <12298@swan.ulowell.edu>
  6. Date: 16 Mar 89 19:44:08 GMT
  7. Organization: University of Lowell, Computer Science Dept.
  8. Lines: 4895
  9. Approved: page@swan.ulowell.edu
  10.  
  11. Submitted-by: paolucci%snll-arpagw.llnl.gov@lll-lcc.llnl.gov (Sam Paolucci)
  12. Posting-number: Volume 89, Issue 76
  13. Archive-name: iff/iff2ps20.1
  14.  
  15. This is the latest version of iff2ps, a complete rewrite from the
  16. earlier versions.  Iff2ps takes an IFF ILBM file as input and produces
  17. a PostScript file that may be sent to a PostScript printer for
  18. printing.
  19.  
  20. [This is *NOT* the same as the 'ifftops' recently posted here.
  21. uuencoded executable included. 'psclear.uu' must also be uudecoded.
  22. the 'cat'-able man page (iff2ps.1.cat) has some backspace characters
  23. in it; I'm letting it go as is rather than my usual policy of editing
  24. them out or uuencoding the file.  If the file gets t oyour site
  25. without the backspaces, please drop me a note.  ..Bob]
  26.  
  27. #    This is a shell archive.
  28. #    Remove everything above and including the cut line.
  29. #    Then run the rest of the file through sh.
  30. #----cut here-----cut here-----cut here-----cut here----#
  31. #!/bin/sh
  32. # shar:    Shell Archiver
  33. #    Run the following text with /bin/sh to create:
  34. #    README
  35. #    ehandler.ps
  36. #    iff2ps.1
  37. #    iff2ps.1.cat
  38. #    iff2ps.1.ps
  39. #    iff2ps.uu
  40. #    psclear.uu
  41. # This archive created: Thu Mar 16 14:34:20 1989
  42. cat << \SHAR_EOF > README
  43.                 IFF2PS 2.0
  44.                 ----------
  45.  
  46. This is the latest version of iff2ps.  Iff2ps takes an IFF ILBM file
  47. as input and produces a PostScript file that may be sent to a
  48. PostScript printer (e.g., an Apple LaserWriter) for printing.  The
  49. image portion in the PostScript file is compressed.  Decompression is
  50. done by the PostScript interpreter within the printer.  If no files
  51. are given on the command line, the standard input is read, and the
  52. standard output is written to.  If only one file is given on the
  53. command line, then that file must be an IFF file, and the standard
  54. output is written to.  Note that you cannot specify a PostScript
  55. output file and have standard input read.  The output file conforms to
  56. the Adobe 2.0 file structuring conventions.  Command line flags may
  57. appear before or after the file names.  All command switches are
  58. documented in the accompanying manual pages.  Besides the troff
  59. source, we have enclosed also the nroff output, and the PostScript
  60. output of troff for people who want a nice listing of it. 
  61.  
  62. This is a complete rewrite from the earlier versions.  For a little
  63. history, earlier versions were written in FORTRAN, and because of
  64. language limitations it had quite a few restrictions.  The current
  65. version has been completely rewritten in C.  The resulting executable
  66. is approximately half the size, it runs about twice as fast, and
  67. because of PostScript compression, it generally produces PostScript
  68. files that are much smaller.  Furthermore, it has quite a few
  69. additional capabilities that can be specified with the command line
  70. arguments.  It now handles any ILBM format: the image in the IFF
  71. file can be any size, can have any number of bitplanes, and all CAMG
  72. view modes are supported (i.e., low resolution, high resolution,
  73. interlace, HAM, double playfield, and HALFBRITE).  However, it is
  74. noted that currently double playfield files are not printed quite
  75. correctly since both fields are printed on top of each other. 
  76.  
  77. As a side note, the largest IFF file that we tested it on was
  78. 2400x1600 pixels having 5 bitplanes.  The resulting PostScript file
  79. was approximately 5 megabytes, and it took 2.5 hours to process it on
  80. an Apple LaserWriter.  Can anybody top that? 
  81.  
  82. Finally, we note that iff2ps is copyrighted by William Mason and
  83. Samuel Paolucci.  We do not intend the copyright to be a hindrance on
  84. its distribution.  Basically the program can be freely redistributed
  85. provided the documentation accompanies the program, and is not
  86. included with any commercial software without the authors' written
  87. consent.  Furthermore, the program is distributed WITHOUT ANY
  88. WARRANTY. 
  89.  
  90. Also included in the directory are two useful files.  If you are lucky
  91. enough to have a PostScript laser printer tied directly to your Amiga,
  92. you should download ehandler.ps into the printer once and only once,
  93. preferably from within your startup-sequence.  In the case you should
  94. send a file to the printer which contains an error, this file, which
  95. is an official Adobe error handler, will generate an error
  96. description.  The second file, psclear, should be downloaded into the
  97. laser printer when the printer seems to just be waiting for more
  98. information AND you have not used ehandler.ps.  This file will send an
  99. end-of-file to the laser printer. 
  100.  
  101. Any questions or comments regarding iff2ps may be directed to
  102.  
  103.         Dr. William Mason
  104.         1709 Timberlake Circle
  105.         Lodi, CA  95242
  106.  
  107.             or
  108.  
  109.         Dr. Samuel Paolucci
  110.         1351 Roselli Dr.
  111.         Livermore, CA 94550
  112.  
  113.         ARPA:    paolucci@snll-arpagw.llnl.gov
  114. SHAR_EOF
  115. cat << \SHAR_EOF > ehandler.ps
  116. %!PS-Adobe-2.0
  117. % ehandler.ps -- Downloaded Error Break-page handler
  118. % Copyright (c) 1984, 1985, 1986  Adobe Systems Incorporated.
  119. % All Rights Reserved.
  120.  
  121. 0000 % exitserver password
  122. /$brkpage where { %ifelse
  123.     pop pop
  124.     (Error Handler in place - not loaded again\n)
  125.     print flush stop
  126. }{ %else
  127.     dup serverdict begin
  128.     statusdict begin checkpassword { %ifelse
  129.         (Error Handler downloaded.\n)print flush
  130.         exitserver
  131.     }{ %else
  132.         pop
  133.         (Bad Password on loading error handler!!!\n)
  134.         print flush stop
  135.     } ifelse
  136. } ifelse
  137. /$brkpage 64 dict def $brkpage begin
  138. /prnt { %def
  139.     dup type /stringtype ne { =string cvs } if
  140.     dup length 6 mul
  141.     /tx exch def /ty 10 def
  142.     currentpoint /toy exch def /tox exch def
  143.     1 setgray newpath
  144.     tox toy 2 sub moveto
  145.     0 ty rlineto tx 0 rlineto
  146.     0 ty neg rlineto
  147.     closepath fill
  148.     tox toy moveto 0 setgray show
  149. } bind def
  150. /nl { %def
  151.     currentpoint exch pop lmargin exch moveto
  152.     0 -10 rmoveto
  153. } def
  154. /== { /cp 0 def typeprint nl } def
  155. /typeprint {
  156.     dup type dup currentdict exch known {exec}{
  157.         unknowntype
  158.     } ifelse
  159. } readonly def
  160. /lmargin 72 def /rmargin 72 def
  161. /tprint { %def
  162.     dup length cp add rmargin gt { nl /cp 0 def } if
  163.     dup length cp add /cp exch def
  164.     prnt
  165. } readonly def
  166. /cvsprint { =string cvs tprint ( ) tprint } readonly def
  167. /unknowntype { %def
  168.     exch pop cvlit (??) tprint cvsprint
  169. } readonly def
  170. /integertype { cvsprint } readonly def
  171. /realtype { cvsprint } readonly def
  172. /booleantype { cvsprint } readonly def
  173. /operatortype { (//) tprint cvsprint } readonly def
  174. /marktype { pop (-mark- ) tprint } readonly def
  175. /dicttype { pop (-dictionary- ) tprint } readonly def
  176. /nulltype { pop (-null- ) tprint } readonly def
  177. /filetype { pop (-filestream- ) tprint } readonly def
  178. /savetype { pop (-savelevel- ) tprint } readonly def
  179. /fonttype { pop (-fontid- ) tprint } readonly def
  180. /nametype { %def
  181.     dup xcheck not { (/) tprint } if cvsprint
  182. } readonly def
  183. /stringtype { %def
  184.     dup rcheck { %ifelse
  185.         (\() tprint tprint (\)) tprint
  186.     }{ %else
  187.         pop (-string- ) tprint
  188.     } ifelse
  189. }readonly def
  190. /arraytype { %def
  191.     dup rcheck { %ifelse
  192.         dup xcheck { %ifelse
  193.             ({) tprint { typeprint } forall (}) tprint
  194.         }{ %else
  195.             ([) tprint { typeprint } forall (]) tprint
  196.         } ifelse
  197.     }{ %else
  198.         pop (-array- ) tprint
  199.     } ifelse
  200. } readonly def
  201. /packedarraytype { %def
  202.     dup rcheck { %ifelse
  203.         dup xcheck { %ifelse
  204.             ({) tprint { typeprint } forall (}) tprint
  205.         }{ %else
  206.             ([) tprint { typeprint } forall (]) tprint
  207.         } ifelse
  208.     }{ %else
  209.         pop (-packedarray- ) tprint
  210.     } ifelse
  211. } readonly def
  212. /courier /Courier findfont 10 scalefont def
  213. /OLDhandleerror errordict /handleerror get def
  214. end %$brkpage
  215.  
  216. /handleerror { %put
  217.     systemdict begin $error begin $brkpage begin
  218.     newerror { %ifelse
  219.         /newerror false store
  220.         vmstatus pop pop 0 ne { grestoreall } if
  221.         initgraphics courier setfont
  222.         lmargin 720 moveto (ERROR: ) prnt
  223.         errorname prnt
  224.         nl (OFFENDING COMMAND: ) prnt
  225.         /command load prnt
  226.         $error /ostack known { %if
  227.             nl nl (STACK:) prnt nl nl
  228.             $error /ostack get aload length { == } repeat
  229.         } if
  230.         systemdict /showpage get exec
  231.         /newerror true store
  232.         /OLDhandleerror load end end end exec
  233.     }{ %else
  234.         end end end
  235.     } ifelse
  236. }
  237. dup 0 systemdict put   % replace name by actual dict object
  238. dup 4 $brkpage put     % replace name by dict object
  239. bind readonly
  240.  
  241. errordict 3 1 roll put % put proc in errordict as /handleerror
  242. SHAR_EOF
  243. cat << \SHAR_EOF > iff2ps.1
  244. .\" Copyright (c) 1987, 1988 William Mason and Samuel Paolucci.
  245. .\" All rights reserved.
  246. .\"
  247. .TH iff2ps 1 "October 31, 1988"
  248. .SH NAME
  249. iff2ps \- IFF to PostScript filter
  250. .SH SYNTAX
  251. .B iff2ps
  252. [ options ] [ IFFfile [ PSfile ] ]
  253. .SH DESCRIPTION
  254. The
  255. .B iff2ps
  256. command takes an IFF ILBM file as input and produces a PostScript file
  257. that may be sent to a PostScript printer (e.g., an Apple LaserWriter)
  258. for printing.  The image portion in the PostScript file is compressed.
  259. Decompression is done by the PostScript interpreter within the
  260. printer.  If no files are given on the command line, the standard
  261. input is read, and the standard output is written to.  If only one
  262. file is given on the command line, then that file must be an IFF file,
  263. and the standard output is written to.  Note that you cannot specify a
  264. PostScript output file and have standard input read.  The output file
  265. conforms to the Adobe 2.0 file structuring conventions.  The options
  266. may appear before or after the file names. 
  267. .PP
  268. The program correctly handles any ILBM format.  Specifically, the
  269. image in the IFF file can be any size, can have any number of
  270. bitplanes, and all CAMG view modes are supported (i.e., low
  271. resolution, high resolution, interlace, HAM, double playfield, and
  272. HALFBRITE).  However, it is noted that currently double playfield
  273. files are not printed quite correctly since both fields are printed on
  274. top of each other. 
  275. .PP
  276. The following options may be used to control the formatting of the image.
  277. .TP 10
  278. .BI \-a
  279. Append output to a previously produced PostScript file.  This options
  280. allows the placement of multiple images on the same output page.  The
  281. default is FALSE.
  282. .TP 10
  283. .BI \-c n
  284. Number of copies.  The practical upper limit on the number of copies
  285. is governed by the number of sheets which the printer paper tray will
  286. hold.  If you want multiple copies of the same image, use this option
  287. instead of running
  288. .B iff2ps
  289. multiple times as it is orders of magnitude faster.  The default value
  290. is 1. 
  291. .TP 10
  292. .BI \-e
  293. This option enables echoing of the translation progress.  The default
  294. is FALSE.
  295. .TP 10
  296. .BI \-f
  297. Use this option if the output file if to be encapsulated and used by
  298. some other application which can import PostScript images.  The default
  299. is FALSE.
  300. .TP 10
  301. .BI \-g n
  302. Number of gray shades to be used in the half-toned image.  There are
  303. only four possible values for the number of gray shades: 2, 4, 16,
  304. 256.  If this option is omitted, the next number greater than or equal
  305. to the number of colors in the IFF file will be used.  For example: a
  306. 320 by 200 pixel by 5 bit planes (32 colors) picture would default to
  307. 256 gray shades while a 640x400x4 (16 color) image would default to 16
  308. gray shades.  If an image contains a pure white color, it will be
  309. rendered as pure white in the half-toned print.  To obtain a
  310. half-toned white (99 percent of pure white) instead of pure white,
  311. enter the number of gray shades as a negative number.  Special effects
  312. (and smaller output files) can be obtained by choosing fewer gray
  313. shades than the numbers of colors in the original picture.  Choosing 2
  314. shades will result in a high contrast image while choosing 4 shades
  315. for a picture with greater than 4 colors will result in a posterized
  316. effect. 
  317. .TP 10
  318. .BI \-n
  319. Negative image.  Can be used with any number of gray shades.  The
  320. default is FALSE. 
  321. .TP 10
  322. .BI \-p
  323. The image is printed in portrait mode if this option is selected.  The
  324. default is FALSE in which case the image is printed in landscape mode. 
  325. .TP 10
  326. .BI \-r n
  327. This option specifies the rotation angle.  The image is rotated
  328. .I n
  329. degrees counterclockwise.  The default is 0 degrees.
  330. .TP 10
  331. .BI \-s n, \-t n
  332. These options specify the x and y coordinate scales in printer Points
  333. (72 Points = 1 inch).  The defaults are 0, in which case the scales
  334. are automatically chosen so as to give the largest image for the
  335. current format. 
  336. .TP 10
  337. .BI \-x n, \-y n
  338. These options enable the placement of the coordinate origin at a
  339. specified location given in printer Points.  The defaults are such as
  340. to give a centered image on the page regardless of the current format. 
  341. .TP 10
  342. .BI \?
  343. This option will echo the command format to the screen.
  344. .PP
  345. Defaults for all command line arguments can be specified in the
  346. configuration file iff2ps.cfg which should be placed in S:.  If
  347. .B iff2ps
  348. is run and a configuration file exists, then it is read to set up the
  349. program's defaults.  Switches on the command line, though, will always
  350. override the configuration switches.  The configuration file consists
  351. of lines in which the initial character in each line specifies the
  352. command.  If the initial character is a space, an asterisk, a pound
  353. sign, a semicolon, or a line feed, the line is ignored.  This makes it
  354. useful for commenting the file.  White space following the command is
  355. optional.  Comments can also be placed on the individual lines after
  356. the complete command is specified. 
  357. .SH DIAGNOSTICS
  358. If the IFF ILBM file makes use of a specific Amiga view mode such as
  359. HAM, HALFBRITE, or dual playfield, a CAMG chunk should be present in
  360. the file.  If it is not present, then
  361. .B iff2ps
  362. must guess the the view mode.  In most circumstances
  363. .B iff2ps
  364. will make the right guess and echo ``No CAMG chunk! Guessing
  365. ViewModes.'' to the screen.  If such files were generated by a
  366. commercial program, the user is highly encouraged to contact the
  367. distributor of the software product and complain about the improper
  368. IFF file generated.  Only through such efforts can we hope to see
  369. better software on the Amiga. 
  370. .SH BUGS
  371. Dual playfield files are printed incorrectly.  Both fields are printed
  372. on top of each other without masking.
  373. .SH FILES
  374. .DT
  375. \&iff2ps.cfg    configuration file
  376. .SH "SEE ALSO"
  377. .DT
  378. \&tek2ps(1)
  379. .SH COPYRIGHT
  380. Copyright (c) 1987, 1988 William Mason and Samuel Paolucci.  All
  381. rights reserved.  This program can be freely redistributed provided
  382. the documentation accompanies the program, and is not included with
  383. any commercial software without the authors' written consent.  This
  384. program is distributed WITHOUT ANY WARRANTY. 
  385. .SH AUTHORS
  386. William Mason and Samuel Paolucci.  Special thanks to Tomas Rokicki
  387. for allowing us to use his PostScript compression routine. 
  388.  
  389.  
  390. SHAR_EOF
  391. cat << \SHAR_EOF > iff2ps.1.cat
  392.  
  393.  
  394.  
  395. iff2ps(1)                 USER COMMANDS                 iff2ps(1)
  396.  
  397.  
  398.  
  399. NAME
  400.      iff2ps - IFF to PostScript filter
  401.  
  402. SYNTAX
  403.      iff2ps [ options ] [ IFFfile [ PSfile ] ]
  404.  
  405. DESCRIPTION
  406.      The iff2ps command takes an IFF ILBM file as input and  pro-
  407.      duces  a  PostScript  file  that may be sent to a PostScript
  408.      printer (e.g., an  Apple  LaserWriter)  for  printing.   The
  409.      image   portion   in  the  PostScript  file  is  compressed.
  410.      Decompression is done by the PostScript  interpreter  within
  411.      the printer.  If no files are given on the command line, the
  412.      standard input is read, and the standard output  is  written
  413.      to.   If  only  one  file is given on the command line, then
  414.      that file must be an IFF file, and the  standard  output  is
  415.      written  to.  Note that you cannot specify a PostScript out-
  416.      put file and have standard input read.  The output file con-
  417.      forms  to  the  Adobe 2.0 file structuring conventions.  The
  418.      options may appear before or after the file names.
  419.  
  420.      The program correctly handles  any  ILBM  format.   Specifi-
  421.      cally,  the  image in the IFF file can be any size, can have
  422.      any number of bitplanes, and all CAMG view  modes  are  sup-
  423.      ported  (i.e.,  low  resolution, high resolution, interlace,
  424.      HAM, double playfield, and HALFBRITE).  However, it is noted
  425.      that  currently double playfield files are not printed quite
  426.      correctly since both fields  are  printed  on  top  of  each
  427.      other.
  428.  
  429.      The following options may be used to control the  formatting
  430.      of the image.
  431.  
  432.      -a        Append output to a previously produced  PostScript
  433.                file.  This options allows the placement of multi-
  434.                ple images on the same output page.   The  default
  435.                is FALSE.
  436.  
  437.      -c_n       Number of copies.  The practical  upper  limit  on
  438.                the  number of copies is governed by the number of
  439.                sheets which the printer paper tray will hold.  If
  440.                you  want  multiple  copies of the same image, use
  441.                this option instead  of  running  iff2ps  multiple
  442.                times  as  it  is orders of magnitude faster.  The
  443.                default value is 1.
  444.  
  445.      -e        This option enables  echoing  of  the  translation
  446.                progress.  The default is FALSE.
  447.  
  448.      -f        Use this option if the output file if to be encap-
  449.                sulated  and  used by some other application which
  450.                can import  PostScript  images.   The  default  is
  451.  
  452.  
  453.  
  454. Sun Release 3.5   Last change: October 31, 1988                 1
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461. iff2ps(1)                 USER COMMANDS                 iff2ps(1)
  462.  
  463.  
  464.  
  465.                FALSE.
  466.  
  467.      -g_n       Number of gray shades to be used in the half-toned
  468.                image.   There  are  only four possible values for
  469.                the number of gray shades: 2, 4, 16, 256.  If this
  470.                option is omitted, the next number greater than or
  471.                equal to the number of colors in the IFF file will
  472.                be used.  For example: a 320 by 200 pixel by 5 bit
  473.                planes (32 colors) picture would  default  to  256
  474.                gray  shades  while  a  640x400x4 (16 color) image
  475.                would default to 16 gray shades.  If an image con-
  476.                tains  a  pure white color, it will be rendered as
  477.                pure white in the half-toned print.  To  obtain  a
  478.                half-toned   white  (99  percent  of  pure  white)
  479.                instead of pure white, enter the  number  of  gray
  480.                shades as a negative number.  Special effects (and
  481.                smaller output files) can be obtained by  choosing
  482.                fewer  gray  shades  than the numbers of colors in
  483.                the original  picture.   Choosing  2  shades  will
  484.                result  in  a high contrast image while choosing 4
  485.                shades for a picture with greater  than  4  colors
  486.                will result in a posterized effect.
  487.  
  488.      -n        Negative image.  Can be used with  any  number  of
  489.                gray shades.  The default is FALSE.
  490.  
  491.      -p        The image is printed  in  portrait  mode  if  this
  492.                option is selected.  The default is FALSE in which
  493.                case the image is printed in landscape mode.
  494.  
  495.      -r_n       This option specifies  the  rotation  angle.   The
  496.                image  is rotated _n degrees counterclockwise.  The
  497.                default is 0 degrees.
  498.  
  499.      -s_n,-t_n   These options  specify  the  x  and  y  coordinate
  500.                scales  in  printer  Points  (72 Points = 1 inch).
  501.                The defaults are 0, in which case the  scales  are
  502.                automatically  chosen  so  as  to give the largest
  503.                image for the current format.
  504.  
  505.      -x_n,-y_n   These options enable the placement of the  coordi-
  506.                nate  origin  at  a  specified  location  given in
  507.                printer Points.  The defaults are such as to  give
  508.                a  centered  image  on  the page regardless of the
  509.                current format.
  510.  
  511.      ?         This option will echo the command  format  to  the
  512.                screen.
  513.  
  514.      Defaults for all command line arguments can be specified  in
  515.      the  configuration file iff2ps.cfg which should be placed in
  516.      S:.  If iff2ps is run and a configuration file exists,  then
  517.  
  518.  
  519.  
  520. Sun Release 3.5   Last change: October 31, 1988                 2
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527. iff2ps(1)                 USER COMMANDS                 iff2ps(1)
  528.  
  529.  
  530.  
  531.      it  is  read  to set up the program's defaults.  Switches on
  532.      the command line, though, will always  override  the  confi-
  533.      guration switches.  The configuration file consists of lines
  534.      in which the initial character in each  line  specifies  the
  535.      command.   If the initial character is a space, an asterisk,
  536.      a pound sign, a semicolon, or  a  line  feed,  the  line  is
  537.      ignored.   This  makes  it  useful  for commenting the file.
  538.      White space following the command is optional.  Comments can
  539.      also  be  placed  on the individual lines after the complete
  540.      command is specified.
  541.  
  542. DIAGNOSTICS
  543.      If the IFF ILBM file makes use of a specific Amiga view mode
  544.      such  as  HAM,  HALFBRITE,  or  dual playfield, a CAMG chunk
  545.      should be present in the file.  If it is not  present,  then
  546.      iff2ps  must guess the the view mode.  In most circumstances
  547.      iff2ps will make the right guess and echo ``No  CAMG  chunk!
  548.      Guessing  ViewModes.''  to  the  screen.  If such files were
  549.      generated by  a  commercial  program,  the  user  is  highly
  550.      encouraged  to  contact the distributor of the software pro-
  551.      duct and complain about the  improper  IFF  file  generated.
  552.      Only through such efforts can we hope to see better software
  553.      on the Amiga.
  554.  
  555. BUGS
  556.      Dual playfield files are printed incorrectly.   Both  fields
  557.      are printed on top of each other without masking.
  558.  
  559. FILES
  560.      iff2ps.cfg     configuration file
  561.  
  562. SEE ALSO
  563.      tek2ps(1)
  564.  
  565. COPYRIGHT
  566.      Copyright (c) 1987, 1988 William Mason and Samuel  Paolucci.
  567.      All  rights  reserved.  This program can be freely redistri-
  568.      buted provided the documentation  accompanies  the  program,
  569.      and is not included with any commercial software without the
  570.      authors'  written  consent.   This  program  is  distributed
  571.      WITHOUT ANY WARRANTY.
  572.  
  573. AUTHORS
  574.      William Mason and Samuel Paolucci.  Special thanks to  Tomas
  575.      Rokicki  for  allowing  us to use his PostScript compression
  576.      routine.
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586. Sun Release 3.5   Last change: October 31, 1988                 3
  587.  
  588.  
  589.  
  590. SHAR_EOF
  591. cat << \SHAR_EOF > iff2ps.1.ps
  592. %!PS-Adobe-1.0
  593. %%Creator: waterworks:paolucci (Sam Paolucci)
  594. %%Title: stdin
  595. %%CreationDate: Tue Nov  1 13:33:51 1988
  596. %%DocumentFonts: Times-Roman Times-Italic Times-Bold Symbol Times-Roman
  597. %%Pages: (atend)
  598. %%EndComments
  599. % lib/pscat.pro -- prolog for pscat (troff) files
  600. % Copyright (C) 1985 Adobe Systems, Inc.
  601. % Added defs for Manual Feed 
  602. save /pscatsave exch def
  603. /$pscat 50 dict def
  604. $pscat begin
  605. /fm [1 0 0 1 0 0] def
  606. /xo 0 def /yo 0 def
  607. /M /moveto load def
  608. /R /show load def
  609. /S {exch currentpoint exch pop moveto show}def
  610. /T {exch currentpoint pop exch moveto show}def
  611. /U {3 1 roll moveto show}def
  612. /siz 0 def
  613. /font 0 def
  614. /Z {/siz exch def SF}def
  615. /F {/font exch def SF}def
  616. /SF{font 0 ne
  617.     {catfonts font 1 sub get fm 0 siz put fm 3 siz neg put 
  618.      fm makefont setfont}if}def
  619. /BP{save/catsv exch def 0 792 translate 72 432 div dup neg scale 
  620.   xo yo translate 0 0 moveto}def
  621. /BPL{save/catsv exch def 72 8.25 mul 792 translate -90 rotate
  622.   72 432 div dup neg scale xo yo translate 0 0 moveto}def
  623. /EP{catsv restore showpage}def
  624. /SetStTime{statusdict /manualfeedtimeout 120 put} def
  625. /SetStatus{statusdict /manualfeed true put
  626.    statusdict /product get (LaserWriter) eq 
  627.    {version (23.0) eq  % Don't redefine EP if printer is not "Classic LW"
  628.      {/EP {catsv restore
  629.      {statusdict /printerstatus get exec 16#22000000 and 0 eq{exit}if}loop
  630.      showpage}def}if }if}def
  631. % definitions for PPROC callback functions
  632. % each PPROC is called with the following number on the stack:
  633. % pointsize charcode railmag pswidth pschar x y wid
  634. /$pprocs 50 dict def
  635. /fractm [.65 0 0 .6 0 0] def
  636. % fractions
  637. /PS1{gsave $pprocs begin
  638.     /wid exch def pop pop pop pop pop /ch exch def /size exch def
  639.     /pair $pprocs ch get def /cf currentfont def
  640.     cf fractm makefont setfont
  641.     0 .3 size mul 6 mul 2 copy neg rmoveto pair 0 get show rmoveto
  642.     currentfont cf setfont (\244) show setfont
  643.     pair 1 get show grestore wid .06 div 0 rmoveto end}def
  644. $pprocs begin
  645. 8#34 [(1)(4)] def
  646. 8#36 [(1)(2)] def
  647. 8#46 [(3)(4)] def
  648. end
  649. % boxes
  650. /PS2{gsave /wid exch def pop pop /char exch def pop pop pop /size exch def
  651.     /len size 3.5 mul def % length of a side
  652.     len 0 rlineto 0 len neg rlineto len neg 0 rlineto closepath
  653.     char 3 eq {fill}{size 5 mul .07 mul setlinewidth stroke}ifelse
  654.     grestore wid .06 div 0 rmoveto}def
  655. /PS3/PS2 load def        % boxes are the same...
  656. % circle
  657. /PS4{gsave /wid exch def pop pop pop pop pop pop /size exch def
  658.     wid .8333 mul size 2.5 mul neg rmoveto currentpoint    % center
  659.     newpath size 1.8 mul 0 360 arc size .2 mul setlinewidth stroke
  660.     grestore wid .06 div 0 rmoveto}def
  661. /bb{$pprocs begin /wid exch def pop pop pop pop pop pop /size exch 6 mul def
  662.     /s2 size 2 div def /s4 size 4 div def gsave 
  663.     currentpoint newpath transform round exch round exch itransform translate
  664.     size 16 div setlinewidth 2 setlinejoin 0 setgray}def
  665. $pprocs begin
  666. /mrr{moveto rlineto rlineto}def
  667. /be{stroke grestore wid .06 div 0 rmoveto end}def
  668. end
  669. % leftfloor
  670. /PS6 {bb s4 0 0 size s4 size -.8 mul mrr be}def
  671. % rightfloor
  672. /PS7 {bb s4 neg 0 0 size s4 size -.8 mul mrr be}def
  673. % leftceil
  674. /PS8 {bb s4 0 0 size neg s4 size .2 mul mrr be}def
  675. % rightceil
  676. /PS9 {bb s4 neg 0 0 size neg s4 size .2 mul mrr be}def
  677. % boldvert
  678. /PS5 {bb 0 0 0 size neg s4 size .2 mul mrr be}def
  679. % box rule
  680. /PS32 {bb /sw size 24 div def sw 2 div size 4.5 div moveto
  681.        0 size neg rlineto sw setlinewidth be}def
  682. % rule (roman, bold and italic)
  683. /PS16 {gsave $pprocs begin
  684.     /wid exch def pop pop pop pop pop pop /size exch 6 mul def
  685.     /sw size 14 div def currentpoint exch sw 2 div sub exch
  686.     newpath transform round exch round exch itransform translate
  687.     0 0 moveto size 2 div 0 rlineto sw setlinewidth be}def
  688. % lefttopcurl    
  689. /PS20 {bb s4 size .2 mul moveto 0 size -.55 mul rlineto currentpoint 
  690.     pop size -.8 mul 2 copy exch s4 add exch s4 arcto pop pop pop pop be}def
  691. % leftbotcurl
  692. /PS21 {bb s4 size -.8 mul moveto 0 size .55 mul rlineto currentpoint 
  693.     pop size .2 mul 2 copy exch s4 add exch s4 arcto pop pop pop pop be}def
  694. % righttopcurl
  695. /PS22 {bb s4 size .2 mul moveto 0 size -.55 mul rlineto currentpoint
  696.      pop size -.8 mul 2 copy exch s4 sub exch s4 arcto pop pop pop pop be}def
  697. % rightbotcurl
  698. /PS23 {bb s4 size -.8 mul moveto 0 size .55 mul rlineto currentpoint
  699.      pop size .2 mul 2 copy exch s4 sub exch s4 arcto pop pop pop pop be}def
  700. % rightmidcurl
  701. /PS25 {bb /s3 size -.3 mul def s4 size -.8 mul moveto s4 s3 s2 s3
  702.     s4 arcto pop pop size add s4 s3 4 2 roll
  703.     s4 arcto pop pop pop pop s4 size .2 mul lineto be}def
  704. % leftmidcurl
  705. /PS24 {bb /s3 size -.3 mul def s4 size -.8 mul moveto s4 s3 0 s3
  706.     s4 arcto pop pop size add s4 s3 4 2 roll s4 arcto pop pop pop pop 
  707.     s4 size .2 mul lineto be}def
  708. /xo 216 def /yo 0 def
  709. /catfonts [
  710.     /Times-Roman findfont
  711.     /Times-Italic findfont
  712.     /Times-Bold findfont
  713.     /Symbol findfont
  714.     /Times-Roman findfont
  715.     ] def
  716. %%EndProlog
  717. %%Page: ? 1
  718. BP
  719. 1 F
  720. 60 Z
  721. 270 381(iff2)U
  722. 359(p)S
  723. 391(s)S
  724. 426(\()S
  725. 463(1)S
  726. 505(\))S
  727. 1389(U)S
  728. 1437(SE)S
  729. 1510(R)S
  730. 1575(C)S
  731. 1618(OM)S
  732. 1721(M)S
  733. 1779(A)S
  734. 1827(N)S
  735. 1875(D)S
  736. 1925(S)S
  737. 2816(iff2)S
  738. 2905(p)S
  739. 2937(s)S
  740. 2972(\()S
  741. 3009(1)S
  742. 3051(\))S
  743. 3 F
  744. 54 Z
  745. 270 669(N)U
  746. 315(A)S
  747. 357(M)S
  748. 411(E)S
  749. 1 F
  750. 60 Z
  751. 486 741(iff2)U
  752. 575(p)S
  753. 607(s)S
  754. 652(\261)S
  755. 732(I)S
  756. 754(F)S
  757. 792(F)S
  758. 850(t)S
  759. 870(o)S
  760. 923(P)S
  761. 960(o)S
  762. 993(st)S
  763. 1038(Scr)S
  764. 1121(ip)S
  765. 1170(t)S
  766. 1210(\256l)S
  767. 1262(t)S
  768. 1282(e)S
  769. 1312(r)S
  770. 3 F
  771. 54 Z
  772. 270 840(S)U
  773. 305(Y)S
  774. 347(N)S
  775. 392(T)S
  776. 430(A)S
  777. 472(X)S
  778. 60 Z
  779. 486 912(i)U
  780. 506(ff)S
  781. 544(2)S
  782. 576(ps)S
  783. 1 F
  784. 657([)S
  785. 700(o)S
  786. 733(p)S
  787. 765(t)S
  788. 785(io)S
  789. 835(n)S
  790. 870(s)S
  791. 915(])S
  792. 958([)S
  793. 1001(I)S
  794. 1023(F)S
  795. 1061(F)S
  796. 1099(\256l)S
  797. 1151(e)S
  798. 1201([)S
  799. 1244(P)S
  800. 1281(S\256le)S
  801. 1416(])S
  802. 1459(])S
  803. 3 F
  804. 54 Z
  805. 270 1011(D)U
  806. 314(E)S
  807. 352(S)S
  808. 387(CR)S
  809. 468(I)S
  810. 492(P)S
  811. 530(T)S
  812. 568(I)S
  813. 592(O)S
  814. 636(N)S
  815. 1 F
  816. 60 Z
  817. 486 1083(T)U
  818. 526(h)S
  819. 561(e)S
  820. 3 F
  821. 612(i)S
  822. 632(ff)S
  823. 670(2)S
  824. 702(ps)S
  825. 1 F
  826. 784(co)S
  827. 844(m)S
  828. 897(m)S
  829. 950(an)S
  830. 1013(d)S
  831. 1067(t)S
  832. 1087(ak)S
  833. 1148(e)S
  834. 1178(s)S
  835. 1224(an)S
  836. 1308(I)S
  837. 1330(F)S
  838. 1368(F)S
  839. 1427(I)S
  840. 1449(L)S
  841. 1489(B)S
  842. 1527(M)S
  843. 1606(\256l)S
  844. 1658(e)S
  845. 1709(as)S
  846. 1783(in)S
  847. 1835(p)S
  848. 1867(u)S
  849. 1902(t)S
  850. 1943(an)S
  851. 2006(d)S
  852. 2060(p)S
  853. 2092(r)S
  854. 2115(o)S
  855. 2148(d)S
  856. 2181(u)S
  857. 2216(ce)S
  858. 2273(s)S
  859. 2319(a)S
  860. 2368(P)S
  861. 2405(o)S
  862. 2438(st)S
  863. 2483(Scr)S
  864. 2566(ip)S
  865. 2615(t)S
  866. 2656(\256l)S
  867. 2708(e)S
  868. 2759(t)S
  869. 2779(h)S
  870. 2814(at)S
  871. 2883(m)S
  872. 2936(ay)S
  873. 3015(b)S
  874. 3048(e)S
  875. 3048 1155(e)U
  876. 486 1227(P)U
  877. 486 1155(se)U
  878. 541(n)S
  879. 576(t)S
  880. 618(t)S
  881. 638(o)S
  882. 693(a)S
  883. 743(P)S
  884. 780(o)S
  885. 813(st)S
  886. 858(Scr)S
  887. 941(ip)S
  888. 990(t)S
  889. 1032(p)S
  890. 1064(r)S
  891. 1087(in)S
  892. 1139(t)S
  893. 1159(e)S
  894. 1189(r)S
  895. 1234(\()S
  896. 1261(e)S
  897. 1291(.)S
  898. 1308(g.)S
  899. 1355(,)S
  900. 1397(an)S
  901. 1482(A)S
  902. 1530(p)S
  903. 1562(p)S
  904. 1594(le)S
  905. 1663(L)S
  906. 1703(as)S
  907. 1756(e)S
  908. 1786(r)S
  909. 1809(W)S
  910. 1869(r)S
  911. 1892(it)S
  912. 1929(e)S
  913. 1959(r)S
  914. 1982(\))S
  915. 2031(f)S
  916. 2053(o)S
  917. 2086(r)S
  918. 2131(p)S
  919. 2163(r)S
  920. 2186(in)S
  921. 2238(t)S
  922. 2258(in)S
  923. 2310(g.)S
  924. 2399(T)S
  925. 2439(h)S
  926. 2474(e)S
  927. 2526(im)S
  928. 2596(age)S
  929. 2706(p)S
  930. 2738(o)S
  931. 2771(r)S
  932. 2794(t)S
  933. 2814(io)S
  934. 2864(n)S
  935. 2920(in)S
  936. 2993(t)S
  937. 3013(h)S
  938. 523 1227(o)U
  939. 556(st)S
  940. 601(Scr)S
  941. 684(ip)S
  942. 733(t)S
  943. 780(\256l)S
  944. 832(e)S
  945. 889(is)S
  946. 958(co)S
  947. 1018(m)S
  948. 1071(p)S
  949. 1103(r)S
  950. 1126(e)S
  951. 1156(ss)S
  952. 1206(e)S
  953. 1236(d)S
  954. 1269(.)S
  955. 1333(D)S
  956. 1383(e)S
  957. 1413(co)S
  958. 1473(m)S
  959. 1526(p)S
  960. 1558(r)S
  961. 1581(e)S
  962. 1611(ss)S
  963. 1661(io)S
  964. 1711(n)S
  965. 1773(is)S
  966. 1841(d)S
  967. 1874(o)S
  968. 1907(n)S
  969. 1942(e)S
  970. 1998(b)S
  971. 2031(y)S
  972. 2087(t)S
  973. 2107(h)S
  974. 2142(e)S
  975. 2198(P)S
  976. 2235(o)S
  977. 2268(st)S
  978. 2313(Scr)S
  979. 2396(ip)S
  980. 2445(t)S
  981. 2491(in)S
  982. 2543(t)S
  983. 2563(e)S
  984. 2593(r)S
  985. 2616(p)S
  986. 2648(r)S
  987. 2671(e)S
  988. 2701(t)S
  989. 2721(e)S
  990. 2751(r)S
  991. 2800(wit)S
  992. 2880(h)S
  993. 2915(in)S
  994. 2993(t)S
  995. 3013(h)S
  996. 3048(e)S
  997. 486 1371(o)U
  998. 486 1299(p)U
  999. 518(r)S
  1000. 541(in)S
  1001. 593(t)S
  1002. 613(e)S
  1003. 643(r)S
  1004. 666(.)S
  1005. 725(I)S
  1006. 747(f)S
  1007. 791(n)S
  1008. 826(o)S
  1009. 881(\256l)S
  1010. 933(e)S
  1011. 963(s)S
  1012. 1010(ar)S
  1013. 1061(e)S
  1014. 1113(giv)S
  1015. 1193(e)S
  1016. 1223(n)S
  1017. 1280(o)S
  1018. 1313(n)S
  1019. 1370(t)S
  1020. 1390(h)S
  1021. 1425(e)S
  1022. 1477(co)S
  1023. 1537(m)S
  1024. 1590(m)S
  1025. 1643(an)S
  1026. 1706(d)S
  1027. 1760(lin)S
  1028. 1829(e)S
  1029. 1859(,)S
  1030. 1900(t)S
  1031. 1920(h)S
  1032. 1955(e)S
  1033. 2006(st)S
  1034. 2051(an)S
  1035. 2114(d)S
  1036. 2147(ar)S
  1037. 2198(d)S
  1038. 2252(in)S
  1039. 2304(p)S
  1040. 2336(u)S
  1041. 2371(t)S
  1042. 2412(is)S
  1043. 2475(r)S
  1044. 2498(e)S
  1045. 2528(ad)S
  1046. 2589(,)S
  1047. 2630(an)S
  1048. 2693(d)S
  1049. 2747(t)S
  1050. 2767(h)S
  1051. 2802(e)S
  1052. 2853(st)S
  1053. 2898(an)S
  1054. 2961(d)S
  1055. 2994(ar)S
  1056. 3045(d)S
  1057. 519 1371(u)U
  1058. 554(t)S
  1059. 574(p)S
  1060. 606(u)S
  1061. 641(t)S
  1062. 686(is)S
  1063. 753(wr)S
  1064. 819(it)S
  1065. 856(t)S
  1066. 876(e)S
  1067. 906(n)S
  1068. 966(t)S
  1069. 986(o)S
  1070. 1019(.)S
  1071. 1081(I)S
  1072. 1103(f)S
  1073. 1150(o)S
  1074. 1183(n)S
  1075. 1218(ly)S
  1076. 1290(o)S
  1077. 1323(n)S
  1078. 1358(e)S
  1079. 1413(\256l)S
  1080. 1465(e)S
  1081. 1520(is)S
  1082. 1587(giv)S
  1083. 1667(e)S
  1084. 1697(n)S
  1085. 1757(o)S
  1086. 1790(n)S
  1087. 1850(t)S
  1088. 1870(h)S
  1089. 1905(e)S
  1090. 1960(co)S
  1091. 2020(m)S
  1092. 2073(m)S
  1093. 2126(an)S
  1094. 2189(d)S
  1095. 2247(lin)S
  1096. 2316(e)S
  1097. 2346(,)S
  1098. 2391(t)S
  1099. 2411(h)S
  1100. 2446(e)S
  1101. 2476(n)S
  1102. 2536(t)S
  1103. 2556(h)S
  1104. 2591(at)S
  1105. 2664(\256l)S
  1106. 2716(e)S
  1107. 2771(m)S
  1108. 2824(u)S
  1109. 2859(st)S
  1110. 2928(b)S
  1111. 2961(e)S
  1112. 3015(an)S
  1113. 3058 1443(t)U
  1114. 486 1515(\256)U
  1115. 486 1443(I)U
  1116. 508(F)S
  1117. 546(F)S
  1118. 605(\256l)S
  1119. 657(e)S
  1120. 687(,)S
  1121. 728(an)S
  1122. 791(d)S
  1123. 845(t)S
  1124. 865(h)S
  1125. 900(e)S
  1126. 951(st)S
  1127. 996(an)S
  1128. 1059(d)S
  1129. 1092(ar)S
  1130. 1143(d)S
  1131. 1197(o)S
  1132. 1230(u)S
  1133. 1265(t)S
  1134. 1285(p)S
  1135. 1317(u)S
  1136. 1352(t)S
  1137. 1393(is)S
  1138. 1456(wr)S
  1139. 1522(it)S
  1140. 1559(t)S
  1141. 1579(e)S
  1142. 1609(n)S
  1143. 1665(t)S
  1144. 1685(o)S
  1145. 1718(.)S
  1146. 1775(N)S
  1147. 1823(o)S
  1148. 1856(t)S
  1149. 1876(e)S
  1150. 1926(t)S
  1151. 1946(h)S
  1152. 1981(at)S
  1153. 2049(yo)S
  1154. 2112(u)S
  1155. 2167(can)S
  1156. 2257(n)S
  1157. 2292(o)S
  1158. 2325(t)S
  1159. 2365(sp)S
  1160. 2422(e)S
  1161. 2452(cif)S
  1162. 2518(y)S
  1163. 2568(a)S
  1164. 2616(P)S
  1165. 2653(o)S
  1166. 2686(st)S
  1167. 2731(Scr)S
  1168. 2814(ip)S
  1169. 2863(t)S
  1170. 2903(o)S
  1171. 2936(u)S
  1172. 2971(t)S
  1173. 2991(p)S
  1174. 3023(u)S
  1175. 521 1515(le)U
  1176. 595(an)S
  1177. 658(d)S
  1178. 718(h)S
  1179. 753(av)S
  1180. 814(e)S
  1181. 870(st)S
  1182. 915(an)S
  1183. 978(d)S
  1184. 1011(ar)S
  1185. 1062(d)S
  1186. 1121(in)S
  1187. 1173(p)S
  1188. 1205(u)S
  1189. 1240(t)S
  1190. 1286(r)S
  1191. 1309(e)S
  1192. 1339(ad)S
  1193. 1400(.)S
  1194. 1463(T)S
  1195. 1503(h)S
  1196. 1538(e)S
  1197. 1594(o)S
  1198. 1627(u)S
  1199. 1662(t)S
  1200. 1682(p)S
  1201. 1714(u)S
  1202. 1749(t)S
  1203. 1795(\256l)S
  1204. 1847(e)S
  1205. 1903(co)S
  1206. 1963(n)S
  1207. 1998(f)S
  1208. 2020(o)S
  1209. 2053(r)S
  1210. 2076(m)S
  1211. 2129(s)S
  1212. 2180(t)S
  1213. 2200(o)S
  1214. 2259(t)S
  1215. 2279(h)S
  1216. 2314(e)S
  1217. 2370(A)S
  1218. 2418(d)S
  1219. 2451(o)S
  1220. 2484(b)S
  1221. 2517(e)S
  1222. 2573(2)S
  1223. 2605(.)S
  1224. 2622(0)S
  1225. 2680(\256l)S
  1226. 2732(e)S
  1227. 2788(st)S
  1228. 2833(r)S
  1229. 2856(u)S
  1230. 2891(ct)S
  1231. 2938(u)S
  1232. 2973(r)S
  1233. 2996(in)S
  1234. 3048(g)S
  1235. 486 1686(T)U
  1236. 486 1587(co)U
  1237. 546(n)S
  1238. 581(v)S
  1239. 614(e)S
  1240. 644(n)S
  1241. 679(t)S
  1242. 699(io)S
  1243. 749(n)S
  1244. 784(s.)S
  1245. 866(T)S
  1246. 906(h)S
  1247. 941(e)S
  1248. 991(o)S
  1249. 1024(p)S
  1250. 1056(t)S
  1251. 1076(io)S
  1252. 1126(n)S
  1253. 1161(s)S
  1254. 1206(m)S
  1255. 1259(ay)S
  1256. 1337(ap)S
  1257. 1397(p)S
  1258. 1429(e)S
  1259. 1459(ar)S
  1260. 1530(b)S
  1261. 1563(e)S
  1262. 1593(f)S
  1263. 1615(o)S
  1264. 1648(r)S
  1265. 1671(e)S
  1266. 1721(o)S
  1267. 1754(r)S
  1268. 1797(af)S
  1269. 1847(t)S
  1270. 1867(e)S
  1271. 1897(r)S
  1272. 1940(t)S
  1273. 1960(h)S
  1274. 1995(e)S
  1275. 2045(\256l)S
  1276. 2097(e)S
  1277. 2147(n)S
  1278. 2182(am)S
  1279. 2263(e)S
  1280. 2293(s.)S
  1281. 526 1686(h)U
  1282. 561(e)S
  1283. 614(p)S
  1284. 646(r)S
  1285. 669(o)S
  1286. 702(gr)S
  1287. 755(am)S
  1288. 859(co)S
  1289. 919(r)S
  1290. 942(r)S
  1291. 965(e)S
  1292. 995(ct)S
  1293. 1042(ly)S
  1294. 1112(h)S
  1295. 1147(an)S
  1296. 1210(d)S
  1297. 1243(le)S
  1298. 1290(s)S
  1299. 1338(an)S
  1300. 1401(y)S
  1301. 1454(I)S
  1302. 1476(L)S
  1303. 1516(B)S
  1304. 1554(M)S
  1305. 1635(f)S
  1306. 1657(o)S
  1307. 1690(r)S
  1308. 1713(m)S
  1309. 1766(at)S
  1310. 1814(.)S
  1311. 1874(Spe)S
  1312. 1969(ci\256)S
  1313. 2048(cal)S
  1314. 2120(ly,)S
  1315. 2210(t)S
  1316. 2230(h)S
  1317. 2265(e)S
  1318. 2318(im)S
  1319. 2388(age)S
  1320. 2498(in)S
  1321. 2572(t)S
  1322. 2592(h)S
  1323. 2627(e)S
  1324. 2679(I)S
  1325. 2701(F)S
  1326. 2739(F)S
  1327. 2799(\256l)S
  1328. 2851(e)S
  1329. 2903(can)S
  1330. 3015(b)S
  1331. 3048(e)S
  1332. 486 1830(r)U
  1333. 486 1758(an)U
  1334. 549(y)S
  1335. 600(si)S
  1336. 642(ze)S
  1337. 700(,)S
  1338. 741(can)S
  1339. 852(h)S
  1340. 887(av)S
  1341. 948(e)S
  1342. 999(an)S
  1343. 1062(y)S
  1344. 1113(n)S
  1345. 1148(u)S
  1346. 1183(m)S
  1347. 1236(b)S
  1348. 1269(e)S
  1349. 1299(r)S
  1350. 1343(o)S
  1351. 1376(f)S
  1352. 1419(b)S
  1353. 1452(it)S
  1354. 1489(p)S
  1355. 1521(lan)S
  1356. 1601(e)S
  1357. 1631(s,)S
  1358. 1697(an)S
  1359. 1760(d)S
  1360. 1814(all)S
  1361. 1897(C)S
  1362. 1940(A)S
  1363. 1988(M)S
  1364. 2046(G)S
  1365. 2116(v)S
  1366. 2149(ie)S
  1367. 2196(w)S
  1368. 2259(m)S
  1369. 2312(o)S
  1370. 2345(d)S
  1371. 2378(e)S
  1372. 2408(s)S
  1373. 2453(ar)S
  1374. 2504(e)S
  1375. 2554(su)S
  1376. 2614(p)S
  1377. 2646(p)S
  1378. 2678(o)S
  1379. 2711(r)S
  1380. 2734(t)S
  1381. 2754(e)S
  1382. 2784(d)S
  1383. 2837(\()S
  1384. 2864(i.)S
  1385. 2898(e)S
  1386. 2928(.)S
  1387. 2945(,)S
  1388. 2985(lo)S
  1389. 3035(w)S
  1390. 509 1830(e)U
  1391. 539(so)S
  1392. 597(lu)S
  1393. 649(t)S
  1394. 669(io)S
  1395. 719(n)S
  1396. 754(,)S
  1397. 798(h)S
  1398. 833(igh)S
  1399. 939(r)S
  1400. 962(e)S
  1401. 992(so)S
  1402. 1050(lu)S
  1403. 1102(t)S
  1404. 1122(io)S
  1405. 1172(n)S
  1406. 1207(,)S
  1407. 1251(in)S
  1408. 1303(t)S
  1409. 1323(e)S
  1410. 1353(r)S
  1411. 1376(lac)S
  1412. 1448(e)S
  1413. 1478(,)S
  1414. 1522(H)S
  1415. 1570(A)S
  1416. 1618(M)S
  1417. 1676(,)S
  1418. 1720(d)S
  1419. 1753(o)S
  1420. 1786(u)S
  1421. 1821(b)S
  1422. 1854(le)S
  1423. 1925(p)S
  1424. 1957(lay\256)S
  1425. 2067(e)S
  1426. 2097(ld)S
  1427. 2147(,)S
  1428. 2191(an)S
  1429. 2254(d)S
  1430. 2311(H)S
  1431. 2359(A)S
  1432. 2407(L)S
  1433. 2447(F)S
  1434. 2485(B)S
  1435. 2523(R)S
  1436. 2568(I)S
  1437. 2590(T)S
  1438. 2630(E)S
  1439. 2670(\))S
  1440. 2697(.)S
  1441. 2758(H)S
  1442. 2806(o)S
  1443. 2839(we)S
  1444. 2912(v)S
  1445. 2945(e)S
  1446. 2975(r)S
  1447. 2998(,)S
  1448. 3041(it)S
  1449. 486 1974(p)U
  1450. 486 1902(is)U
  1451. 552(n)S
  1452. 587(o)S
  1453. 620(t)S
  1454. 640(e)S
  1455. 670(d)S
  1456. 727(t)S
  1457. 747(h)S
  1458. 782(at)S
  1459. 853(cu)S
  1460. 915(r)S
  1461. 938(r)S
  1462. 961(e)S
  1463. 991(n)S
  1464. 1026(t)S
  1465. 1046(ly)S
  1466. 1116(d)S
  1467. 1149(o)S
  1468. 1182(u)S
  1469. 1217(b)S
  1470. 1250(le)S
  1471. 1320(p)S
  1472. 1352(lay\256)S
  1473. 1462(e)S
  1474. 1492(ld)S
  1475. 1565(\256l)S
  1476. 1617(e)S
  1477. 1647(s)S
  1478. 1695(ar)S
  1479. 1746(e)S
  1480. 1799(n)S
  1481. 1834(o)S
  1482. 1867(t)S
  1483. 1910(p)S
  1484. 1942(r)S
  1485. 1965(in)S
  1486. 2017(t)S
  1487. 2037(e)S
  1488. 2067(d)S
  1489. 2123(q)S
  1490. 2155(u)S
  1491. 2190(it)S
  1492. 2227(e)S
  1493. 2280(co)S
  1494. 2340(r)S
  1495. 2363(r)S
  1496. 2386(e)S
  1497. 2416(ct)S
  1498. 2463(ly)S
  1499. 2533(si)S
  1500. 2575(n)S
  1501. 2610(ce)S
  1502. 2690(b)S
  1503. 2723(o)S
  1504. 2756(t)S
  1505. 2776(h)S
  1506. 2834(\256e)S
  1507. 2899(ld)S
  1508. 2949(s)S
  1509. 2997(ar)S
  1510. 3048(e)S
  1511. 518 1974(r)U
  1512. 541(in)S
  1513. 593(t)S
  1514. 613(e)S
  1515. 643(d)S
  1516. 696(o)S
  1517. 729(n)S
  1518. 784(t)S
  1519. 804(o)S
  1520. 837(p)S
  1521. 889(o)S
  1522. 922(f)S
  1523. 964(e)S
  1524. 994(ach)S
  1525. 1104(o)S
  1526. 1137(t)S
  1527. 1157(h)S
  1528. 1192(e)S
  1529. 1222(r)S
  1530. 1245(.)S
  1531. 486 2073(T)U
  1532. 526(h)S
  1533. 561(e)S
  1534. 611(f)S
  1535. 633(o)S
  1536. 666(llo)S
  1537. 733(win)S
  1538. 828(g)S
  1539. 878(o)S
  1540. 911(p)S
  1541. 943(t)S
  1542. 963(io)S
  1543. 1013(n)S
  1544. 1048(s)S
  1545. 1093(m)S
  1546. 1146(ay)S
  1547. 1224(b)S
  1548. 1257(e)S
  1549. 1307(u)S
  1550. 1342(se)S
  1551. 1397(d)S
  1552. 1450(t)S
  1553. 1470(o)S
  1554. 1523(co)S
  1555. 1583(n)S
  1556. 1618(t)S
  1557. 1638(r)S
  1558. 1661(o)S
  1559. 1694(l)S
  1560. 1731(t)S
  1561. 1751(h)S
  1562. 1786(e)S
  1563. 1836(f)S
  1564. 1858(o)S
  1565. 1891(r)S
  1566. 1914(m)S
  1567. 1967(at)S
  1568. 2015(t)S
  1569. 2035(in)S
  1570. 2087(g)S
  1571. 2137(o)S
  1572. 2170(f)S
  1573. 2212(t)S
  1574. 2232(h)S
  1575. 2267(e)S
  1576. 2317(im)S
  1577. 2387(age)S
  1578. 2475(.)S
  1579. 3048 2172(e)U
  1580. 3 F
  1581. 486(\261)S
  1582. 546(a)S
  1583. 1 F
  1584. 786(A)S
  1585. 834(p)S
  1586. 866(p)S
  1587. 898(e)S
  1588. 928(n)S
  1589. 963(d)S
  1590. 1029(o)S
  1591. 1062(u)S
  1592. 1097(t)S
  1593. 1117(p)S
  1594. 1149(u)S
  1595. 1184(t)S
  1596. 1237(t)S
  1597. 1257(o)S
  1598. 1323(a)S
  1599. 1384(p)S
  1600. 1416(r)S
  1601. 1439(e)S
  1602. 1469(v)S
  1603. 1502(io)S
  1604. 1552(u)S
  1605. 1587(sl)S
  1606. 1629(y)S
  1607. 1692(p)S
  1608. 1724(r)S
  1609. 1747(o)S
  1610. 1780(d)S
  1611. 1813(u)S
  1612. 1848(ce)S
  1613. 1905(d)S
  1614. 1971(P)S
  1615. 2008(o)S
  1616. 2041(st)S
  1617. 2086(Scr)S
  1618. 2169(ip)S
  1619. 2218(t)S
  1620. 2271(\256l)S
  1621. 2323(e)S
  1622. 2353(.)S
  1623. 2422(T)S
  1624. 2462(h)S
  1625. 2497(is)S
  1626. 2571(o)S
  1627. 2604(p)S
  1628. 2636(t)S
  1629. 2656(io)S
  1630. 2706(n)S
  1631. 2741(s)S
  1632. 2798(all)S
  1633. 2860(o)S
  1634. 2893(ws)S
  1635. 2993(t)S
  1636. 3013(h)S
  1637. 786 2244(p)U
  1638. 818(lac)S
  1639. 890(e)S
  1640. 920(m)S
  1641. 973(e)S
  1642. 1003(n)S
  1643. 1038(t)S
  1644. 1078(o)S
  1645. 1111(f)S
  1646. 1153(m)S
  1647. 1206(u)S
  1648. 1241(lt)S
  1649. 1278(ip)S
  1650. 1327(le)S
  1651. 1394(im)S
  1652. 1464(age)S
  1653. 1552(s)S
  1654. 1597(o)S
  1655. 1630(n)S
  1656. 1685(t)S
  1657. 1705(h)S
  1658. 1740(e)S
  1659. 1790(sa)S
  1660. 1843(m)S
  1661. 1896(e)S
  1662. 1946(o)S
  1663. 1979(u)S
  1664. 2014(t)S
  1665. 2034(p)S
  1666. 2066(u)S
  1667. 2101(t)S
  1668. 2141(p)S
  1669. 2173(age)S
  1670. 2261(.)S
  1671. 2318(T)S
  1672. 2358(h)S
  1673. 2393(e)S
  1674. 2443(d)S
  1675. 2476(e)S
  1676. 2506(f)S
  1677. 2528(au)S
  1678. 2591(lt)S
  1679. 2648(is)S
  1680. 2710(F)S
  1681. 2748(A)S
  1682. 2796(L)S
  1683. 2836(SE)S
  1684. 2909(.)S
  1685. 3048 2343(y)U
  1686. 3 F
  1687. 486(\261)S
  1688. 546(c)S
  1689. 2 F
  1690. (n)R
  1691. 1 F
  1692. 786(N)S
  1693. 834(u)S
  1694. 869(m)S
  1695. 922(b)S
  1696. 955(e)S
  1697. 985(r)S
  1698. 1029(o)S
  1699. 1062(f)S
  1700. 1104(co)S
  1701. 1164(p)S
  1702. 1196(ie)S
  1703. 1243(s.)S
  1704. 1325(T)S
  1705. 1365(h)S
  1706. 1400(e)S
  1707. 1450(p)S
  1708. 1482(r)S
  1709. 1505(act)S
  1710. 1580(ica)S
  1711. 1652(l)S
  1712. 1689(u)S
  1713. 1724(p)S
  1714. 1756(p)S
  1715. 1788(e)S
  1716. 1818(r)S
  1717. 1861(lim)S
  1718. 1948(it)S
  1719. 2005(o)S
  1720. 2038(n)S
  1721. 2093(t)S
  1722. 2113(h)S
  1723. 2148(e)S
  1724. 2198(n)S
  1725. 2233(u)S
  1726. 2268(m)S
  1727. 2321(b)S
  1728. 2354(e)S
  1729. 2384(r)S
  1730. 2427(o)S
  1731. 2460(f)S
  1732. 2502(co)S
  1733. 2562(p)S
  1734. 2594(ie)S
  1735. 2641(s)S
  1736. 2686(is)S
  1737. 2748(go)S
  1738. 2811(v)S
  1739. 2844(e)S
  1740. 2874(r)S
  1741. 2897(n)S
  1742. 2932(e)S
  1743. 2962(d)S
  1744. 3015(b)S
  1745. 786 2415(t)U
  1746. 806(h)S
  1747. 841(e)S
  1748. 898(n)S
  1749. 933(u)S
  1750. 968(m)S
  1751. 1021(b)S
  1752. 1054(e)S
  1753. 1084(r)S
  1754. 1134(o)S
  1755. 1167(f)S
  1756. 1216(sh)S
  1757. 1276(e)S
  1758. 1306(e)S
  1759. 1336(t)S
  1760. 1356(s)S
  1761. 1408(wh)S
  1762. 1486(ich)S
  1763. 1592(t)S
  1764. 1612(h)S
  1765. 1647(e)S
  1766. 1704(p)S
  1767. 1736(r)S
  1768. 1759(in)S
  1769. 1811(t)S
  1770. 1831(e)S
  1771. 1861(r)S
  1772. 1911(p)S
  1773. 1943(ap)S
  1774. 2003(e)S
  1775. 2033(r)S
  1776. 2083(t)S
  1777. 2103(r)S
  1778. 2126(ay)S
  1779. 2210(will)S
  1780. 2330(h)S
  1781. 2365(o)S
  1782. 2398(ld)S
  1783. 2448(.)S
  1784. 2511(I)S
  1785. 2533(f)S
  1786. 2581(yo)S
  1787. 2644(u)S
  1788. 2705(wan)S
  1789. 2811(t)S
  1790. 2857(m)S
  1791. 2910(u)S
  1792. 2945(lt)S
  1793. 2982(ip)S
  1794. 3031(le)S
  1795. 3053 2487(s)U
  1796. 786 2559(i)U
  1797. 786 2487(co)U
  1798. 846(p)S
  1799. 878(ie)S
  1800. 925(s)S
  1801. 971(o)S
  1802. 1004(f)S
  1803. 1047(t)S
  1804. 1067(h)S
  1805. 1102(e)S
  1806. 1153(sa)S
  1807. 1206(m)S
  1808. 1259(e)S
  1809. 1310(im)S
  1810. 1380(age)S
  1811. 1468(,)S
  1812. 1509(u)S
  1813. 1544(se)S
  1814. 1620(t)S
  1815. 1640(h)S
  1816. 1675(is)S
  1817. 1738(o)S
  1818. 1771(p)S
  1819. 1803(t)S
  1820. 1823(io)S
  1821. 1873(n)S
  1822. 1929(in)S
  1823. 1981(st)S
  1824. 2026(e)S
  1825. 2056(ad)S
  1826. 2138(o)S
  1827. 2171(f)S
  1828. 2214(r)S
  1829. 2237(u)S
  1830. 2272(n)S
  1831. 2307(n)S
  1832. 2342(in)S
  1833. 2394(g)S
  1834. 3 F
  1835. 2445(i)S
  1836. 2465(ff)S
  1837. 2503(2)S
  1838. 2535(ps)S
  1839. 1 F
  1840. 2617(m)S
  1841. 2670(u)S
  1842. 2705(lt)S
  1843. 2742(ip)S
  1844. 2791(le)S
  1845. 2859(t)S
  1846. 2879(im)S
  1847. 2949(e)S
  1848. 2979(s)S
  1849. 3025(a)S
  1850. 803 2559(t)U
  1851. 843(is)S
  1852. 905(o)S
  1853. 938(r)S
  1854. 961(d)S
  1855. 994(e)S
  1856. 1024(r)S
  1857. 1047(s)S
  1858. 1092(o)S
  1859. 1125(f)S
  1860. 1167(m)S
  1861. 1220(agn)S
  1862. 1313(it)S
  1863. 1350(u)S
  1864. 1385(d)S
  1865. 1418(e)S
  1866. 1468(f)S
  1867. 1490(as)S
  1868. 1543(t)S
  1869. 1563(e)S
  1870. 1593(r)S
  1871. 1616(.)S
  1872. 1673(T)S
  1873. 1713(h)S
  1874. 1748(e)S
  1875. 1798(d)S
  1876. 1831(e)S
  1877. 1861(f)S
  1878. 1883(au)S
  1879. 1946(lt)S
  1880. 2003(v)S
  1881. 2036(alu)S
  1882. 2116(e)S
  1883. 2166(is)S
  1884. 2228(1)S
  1885. 2260(.)S
  1886. 2908 2658(.)U
  1887. 3 F
  1888. 486 2757(\261)U
  1889. 486 2658(\261)U
  1890. 546(e)S
  1891. 1 F
  1892. 786(T)S
  1893. 826(h)S
  1894. 861(is)S
  1895. 923(o)S
  1896. 956(p)S
  1897. 988(t)S
  1898. 1008(io)S
  1899. 1058(n)S
  1900. 1113(e)S
  1901. 1143(n)S
  1902. 1178(ab)S
  1903. 1239(le)S
  1904. 1286(s)S
  1905. 1331(e)S
  1906. 1361(ch)S
  1907. 1423(o)S
  1908. 1456(in)S
  1909. 1508(g)S
  1910. 1558(o)S
  1911. 1591(f)S
  1912. 1633(t)S
  1913. 1653(h)S
  1914. 1688(e)S
  1915. 1738(t)S
  1916. 1758(r)S
  1917. 1781(an)S
  1918. 1844(sl)S
  1919. 1886(at)S
  1920. 1934(io)S
  1921. 1984(n)S
  1922. 2039(p)S
  1923. 2071(r)S
  1924. 2094(o)S
  1925. 2127(gr)S
  1926. 2180(e)S
  1927. 2210(ss)S
  1928. 2260(.)S
  1929. 2317(T)S
  1930. 2357(h)S
  1931. 2392(e)S
  1932. 2442(d)S
  1933. 2475(e)S
  1934. 2505(f)S
  1935. 2527(au)S
  1936. 2590(lt)S
  1937. 2647(is)S
  1938. 2709(F)S
  1939. 2747(A)S
  1940. 2795(L)S
  1941. 2835(SE)S
  1942. 3 F
  1943. 546 2757(f)U
  1944. 1 F
  1945. 786(U)S
  1946. 834(se)S
  1947. 910(t)S
  1948. 930(h)S
  1949. 965(is)S
  1950. 1028(o)S
  1951. 1061(p)S
  1952. 1093(t)S
  1953. 1113(io)S
  1954. 1163(n)S
  1955. 1219(if)S
  1956. 1279(t)S
  1957. 1299(h)S
  1958. 1334(e)S
  1959. 1385(o)S
  1960. 1418(u)S
  1961. 1453(t)S
  1962. 1473(p)S
  1963. 1505(u)S
  1964. 1540(t)S
  1965. 1581(\256l)S
  1966. 1633(e)S
  1967. 1684(if)S
  1968. 1744(t)S
  1969. 1764(o)S
  1970. 1818(b)S
  1971. 1851(e)S
  1972. 1902(e)S
  1973. 1932(n)S
  1974. 1967(cap)S
  1975. 2054(su)S
  1976. 2114(lat)S
  1977. 2179(e)S
  1978. 2209(d)S
  1979. 2263(an)S
  1980. 2326(d)S
  1981. 2380(u)S
  1982. 2415(se)S
  1983. 2470(d)S
  1984. 2524(b)S
  1985. 2557(y)S
  1986. 2608(so)S
  1987. 2666(m)S
  1988. 2719(e)S
  1989. 2769(o)S
  1990. 2802(t)S
  1991. 2822(h)S
  1992. 2857(e)S
  1993. 2887(r)S
  1994. 2930(ap)S
  1995. 2990(p)S
  1996. 3022(li-)S
  1997. 3 F
  1998. 486 2928(\261)U
  1999. 1 F
  2000. 786 2829(cat)U
  2001. 861(io)S
  2002. 911(n)S
  2003. 966(wh)S
  2004. 1044(ich)S
  2005. 1143(can)S
  2006. 1253(im)S
  2007. 1323(p)S
  2008. 1355(o)S
  2009. 1388(r)S
  2010. 1411(t)S
  2011. 1451(P)S
  2012. 1488(o)S
  2013. 1521(st)S
  2014. 1566(Scr)S
  2015. 1649(ip)S
  2016. 1698(t)S
  2017. 1738(im)S
  2018. 1808(age)S
  2019. 1896(s.)S
  2020. 1978(T)S
  2021. 2018(h)S
  2022. 2053(e)S
  2023. 2103(d)S
  2024. 2136(e)S
  2025. 2166(f)S
  2026. 2188(au)S
  2027. 2251(lt)S
  2028. 2308(is)S
  2029. 2370(F)S
  2030. 2408(A)S
  2031. 2456(L)S
  2032. 2496(SE)S
  2033. 2569(.)S
  2034. 3 F
  2035. 546 2928(g)U
  2036. 2 F
  2037. (n)R
  2038. 1 F
  2039. 786(N)S
  2040. 834(u)S
  2041. 869(m)S
  2042. 922(b)S
  2043. 955(e)S
  2044. 985(r)S
  2045. 1029(o)S
  2046. 1062(f)S
  2047. 1105(gr)S
  2048. 1158(ay)S
  2049. 1237(sh)S
  2050. 1297(ad)S
  2051. 1358(e)S
  2052. 1388(s)S
  2053. 1433(t)S
  2054. 1453(o)S
  2055. 1506(b)S
  2056. 1539(e)S
  2057. 1589(u)S
  2058. 1624(se)S
  2059. 1679(d)S
  2060. 1732(in)S
  2061. 1804(t)S
  2062. 1824(h)S
  2063. 1859(e)S
  2064. 1909(h)S
  2065. 1944(alf)S
  2066. 2011(-)S
  2067. 2033(t)S
  2068. 2053(o)S
  2069. 2086(n)S
  2070. 2121(e)S
  2071. 2151(d)S
  2072. 2204(im)S
  2073. 2274(age)S
  2074. 2362(.)S
  2075. 2419(T)S
  2076. 2459(h)S
  2077. 2494(e)S
  2078. 2524(r)S
  2079. 2547(e)S
  2080. 2597(ar)S
  2081. 2648(e)S
  2082. 2698(o)S
  2083. 2731(n)S
  2084. 2766(ly)S
  2085. 2833(f)S
  2086. 2855(o)S
  2087. 2888(u)S
  2088. 2923(r)S
  2089. 2966(p)S
  2090. 2998(o)S
  2091. 3031(s-)S
  2092. 3058 3000(,)U
  2093. 786 3072(t)U
  2094. 786 3000(si)U
  2095. 828(b)S
  2096. 861(le)S
  2097. 932(v)S
  2098. 965(alu)S
  2099. 1045(e)S
  2100. 1075(s)S
  2101. 1124(f)S
  2102. 1146(o)S
  2103. 1179(r)S
  2104. 1226(t)S
  2105. 1246(h)S
  2106. 1281(e)S
  2107. 1334(n)S
  2108. 1369(u)S
  2109. 1404(m)S
  2110. 1457(b)S
  2111. 1490(e)S
  2112. 1520(r)S
  2113. 1566(o)S
  2114. 1599(f)S
  2115. 1644(gr)S
  2116. 1697(ay)S
  2117. 1778(sh)S
  2118. 1838(ad)S
  2119. 1899(e)S
  2120. 1929(s:)S
  2121. 1994(2)S
  2122. 2026(,)S
  2123. 2069(4)S
  2124. 2101(,)S
  2125. 2144(1)S
  2126. 2176(6)S
  2127. 2208(,)S
  2128. 2251(2)S
  2129. 2283(5)S
  2130. 2315(6)S
  2131. 2347(.)S
  2132. 2407(I)S
  2133. 2429(f)S
  2134. 2474(t)S
  2135. 2494(h)S
  2136. 2529(is)S
  2137. 2594(o)S
  2138. 2627(p)S
  2139. 2659(t)S
  2140. 2679(io)S
  2141. 2729(n)S
  2142. 2787(is)S
  2143. 2852(o)S
  2144. 2885(m)S
  2145. 2938(it)S
  2146. 2975(t)S
  2147. 2995(e)S
  2148. 3025(d)S
  2149. 806 3072(h)U
  2150. 841(e)S
  2151. 892(n)S
  2152. 927(e)S
  2153. 957(x)S
  2154. 990(t)S
  2155. 1031(n)S
  2156. 1066(u)S
  2157. 1101(m)S
  2158. 1154(b)S
  2159. 1187(e)S
  2160. 1217(r)S
  2161. 1261(gr)S
  2162. 1314(e)S
  2163. 1344(at)S
  2164. 1392(e)S
  2165. 1422(r)S
  2166. 1466(t)S
  2167. 1486(h)S
  2168. 1521(an)S
  2169. 1605(o)S
  2170. 1638(r)S
  2171. 1682(e)S
  2172. 1712(q)S
  2173. 1744(u)S
  2174. 1779(al)S
  2175. 1844(t)S
  2176. 1864(o)S
  2177. 1917(t)S
  2178. 1937(h)S
  2179. 1972(e)S
  2180. 2022(n)S
  2181. 2057(u)S
  2182. 2092(m)S
  2183. 2145(b)S
  2184. 2178(e)S
  2185. 2208(r)S
  2186. 2251(o)S
  2187. 2284(f)S
  2188. 2326(co)S
  2189. 2386(lo)S
  2190. 2436(r)S
  2191. 2459(s)S
  2192. 2504(in)S
  2193. 2576(t)S
  2194. 2596(h)S
  2195. 2631(e)S
  2196. 2681(I)S
  2197. 2703(F)S
  2198. 2741(F)S
  2199. 2799(\256l)S
  2200. 2851(e)S
  2201. 2901(will)S
  2202. 3015(b)S
  2203. 3048(e)S
  2204. 786 3216(d)U
  2205. 786 3144(u)U
  2206. 821(se)S
  2207. 876(d)S
  2208. 909(.)S
  2209. 975(F)S
  2210. 1013(o)S
  2211. 1046(r)S
  2212. 1098(e)S
  2213. 1128(x)S
  2214. 1161(am)S
  2215. 1242(p)S
  2216. 1274(le)S
  2217. 1321(:)S
  2218. 1367(a)S
  2219. 1424(3)S
  2220. 1456(2)S
  2221. 1488(0)S
  2222. 1549(b)S
  2223. 1582(y)S
  2224. 1641(2)S
  2225. 1673(0)S
  2226. 1705(0)S
  2227. 1766(p)S
  2228. 1798(ix)S
  2229. 1848(e)S
  2230. 1878(l)S
  2231. 1924(b)S
  2232. 1957(y)S
  2233. 2016(5)S
  2234. 2077(b)S
  2235. 2110(it)S
  2236. 2176(p)S
  2237. 2208(lan)S
  2238. 2288(e)S
  2239. 2318(s)S
  2240. 2372(\()S
  2241. 2399(3)S
  2242. 2431(2)S
  2243. 2492(co)S
  2244. 2552(lo)S
  2245. 2602(r)S
  2246. 2625(s\))S
  2247. 2705(p)S
  2248. 2737(ict)S
  2249. 2801(u)S
  2250. 2836(r)S
  2251. 2859(e)S
  2252. 2917(wo)S
  2253. 2993(u)S
  2254. 3028(ld)S
  2255. 819 3216(e)U
  2256. 849(f)S
  2257. 871(au)S
  2258. 934(lt)S
  2259. 996(t)S
  2260. 1016(o)S
  2261. 1074(2)S
  2262. 1106(5)S
  2263. 1138(6)S
  2264. 1195(gr)S
  2265. 1248(ay)S
  2266. 1330(sh)S
  2267. 1390(ad)S
  2268. 1451(e)S
  2269. 1481(s)S
  2270. 1530(wh)S
  2271. 1608(ile)S
  2272. 1696(a)S
  2273. 1748(6)S
  2274. 1780(4)S
  2275. 1812(0)S
  2276. 1844(x)S
  2277. 1877(4)S
  2278. 1909(0)S
  2279. 1941(0)S
  2280. 1973(x)S
  2281. 2006(4)S
  2282. 2062(\()S
  2283. 2089(1)S
  2284. 2121(6)S
  2285. 2177(co)S
  2286. 2237(lo)S
  2287. 2287(r)S
  2288. 2310(\))S
  2289. 2361(im)S
  2290. 2431(age)S
  2291. 2543(wo)S
  2292. 2619(u)S
  2293. 2654(ld)S
  2294. 2728(d)S
  2295. 2761(e)S
  2296. 2791(f)S
  2297. 2813(au)S
  2298. 2876(lt)S
  2299. 2937(t)S
  2300. 2957(o)S
  2301. 3014(1)S
  2302. 3046(6)S
  2303. 3048 3288(e)U
  2304. 786 3360(w)U
  2305. 786 3288(gr)U
  2306. 839(ay)S
  2307. 926(sh)S
  2308. 986(ad)S
  2309. 1047(e)S
  2310. 1077(s.)S
  2311. 1168(I)S
  2312. 1190(f)S
  2313. 1241(an)S
  2314. 1333(im)S
  2315. 1403(age)S
  2316. 1520(co)S
  2317. 1580(n)S
  2318. 1615(t)S
  2319. 1635(ain)S
  2320. 1715(s)S
  2321. 1769(a)S
  2322. 1826(p)S
  2323. 1858(u)S
  2324. 1893(r)S
  2325. 1916(e)S
  2326. 1975(wh)S
  2327. 2053(it)S
  2328. 2090(e)S
  2329. 2149(co)S
  2330. 2209(lo)S
  2331. 2259(r)S
  2332. 2282(,)S
  2333. 2331(it)S
  2334. 2397(will)S
  2335. 2520(b)S
  2336. 2553(e)S
  2337. 2612(r)S
  2338. 2635(e)S
  2339. 2665(n)S
  2340. 2700(d)S
  2341. 2733(e)S
  2342. 2763(r)S
  2343. 2786(e)S
  2344. 2816(d)S
  2345. 2877(as)S
  2346. 2958(p)S
  2347. 2990(u)S
  2348. 3025(r)S
  2349. 829 3360(h)U
  2350. 864(it)S
  2351. 901(e)S
  2352. 964(in)S
  2353. 1049(t)S
  2354. 1069(h)S
  2355. 1104(e)S
  2356. 1167(h)S
  2357. 1202(alf)S
  2358. 1269(-)S
  2359. 1291(t)S
  2360. 1311(o)S
  2361. 1344(n)S
  2362. 1379(e)S
  2363. 1409(d)S
  2364. 1475(p)S
  2365. 1507(r)S
  2366. 1530(in)S
  2367. 1582(t)S
  2368. 1602(.)S
  2369. 1672(T)S
  2370. 1712(o)S
  2371. 1777(o)S
  2372. 1810(b)S
  2373. 1843(t)S
  2374. 1863(ain)S
  2375. 1975(a)S
  2376. 2035(h)S
  2377. 2070(alf)S
  2378. 2137(-)S
  2379. 2159(t)S
  2380. 2179(o)S
  2381. 2212(n)S
  2382. 2247(e)S
  2383. 2277(d)S
  2384. 2342(wh)S
  2385. 2420(it)S
  2386. 2457(e)S
  2387. 2519(\()S
  2388. 2546(9)S
  2389. 2578(9)S
  2390. 2642(p)S
  2391. 2674(e)S
  2392. 2704(r)S
  2393. 2727(ce)S
  2394. 2784(n)S
  2395. 2819(t)S
  2396. 2871(o)S
  2397. 2904(f)S
  2398. 2958(p)S
  2399. 2990(u)S
  2400. 3025(r)S
  2401. 3048(e)S
  2402. 3061 3432(.)U
  2403. 786 3504(S)U
  2404. 786 3432(wh)U
  2405. 864(it)S
  2406. 901(e)S
  2407. 931(\))S
  2408. 979(in)S
  2409. 1031(st)S
  2410. 1076(e)S
  2411. 1106(ad)S
  2412. 1188(o)S
  2413. 1221(f)S
  2414. 1264(p)S
  2415. 1296(u)S
  2416. 1331(r)S
  2417. 1354(e)S
  2418. 1405(wh)S
  2419. 1483(it)S
  2420. 1520(e)S
  2421. 1550(,)S
  2422. 1591(e)S
  2423. 1621(n)S
  2424. 1656(t)S
  2425. 1676(e)S
  2426. 1706(r)S
  2427. 1750(t)S
  2428. 1770(h)S
  2429. 1805(e)S
  2430. 1856(n)S
  2431. 1891(u)S
  2432. 1926(m)S
  2433. 1979(b)S
  2434. 2012(e)S
  2435. 2042(r)S
  2436. 2086(o)S
  2437. 2119(f)S
  2438. 2161(gr)S
  2439. 2214(ay)S
  2440. 2292(sh)S
  2441. 2352(ad)S
  2442. 2413(e)S
  2443. 2443(s)S
  2444. 2488(as)S
  2445. 2561(a)S
  2446. 2609(n)S
  2447. 2644(e)S
  2448. 2674(gat)S
  2449. 2752(iv)S
  2450. 2802(e)S
  2451. 2852(n)S
  2452. 2887(u)S
  2453. 2922(m)S
  2454. 2975(b)S
  2455. 3008(e)S
  2456. 3038(r)S
  2457. 819 3504(p)U
  2458. 851(e)S
  2459. 881(cia)S
  2460. 953(l)S
  2461. 1001(e)S
  2462. 1031(ffe)S
  2463. 1101(ct)S
  2464. 1148(s)S
  2465. 1204(\()S
  2466. 1231(an)S
  2467. 1294(d)S
  2468. 1358(sm)S
  2469. 1436(all)S
  2470. 1498(e)S
  2471. 1528(r)S
  2472. 1582(o)S
  2473. 1615(u)S
  2474. 1650(t)S
  2475. 1670(p)S
  2476. 1702(u)S
  2477. 1737(t)S
  2478. 1788(\256l)S
  2479. 1840(e)S
  2480. 1870(s\))S
  2481. 1953(can)S
  2482. 2074(b)S
  2483. 2107(e)S
  2484. 2168(o)S
  2485. 2201(b)S
  2486. 2234(t)S
  2487. 2254(ain)S
  2488. 2334(e)S
  2489. 2364(d)S
  2490. 2428(b)S
  2491. 2461(y)S
  2492. 2522(ch)S
  2493. 2584(o)S
  2494. 2617(o)S
  2495. 2650(si)S
  2496. 2692(n)S
  2497. 2727(g)S
  2498. 2788(f)S
  2499. 2810(e)S
  2500. 2840(we)S
  2501. 2913(r)S
  2502. 2967(gr)S
  2503. 3020(ay)S
  2504. 3061 3576(l)U
  2505. 786 3648(r)U
  2506. 786 3576(sh)U
  2507. 846(ad)S
  2508. 907(e)S
  2509. 937(s)S
  2510. 990(t)S
  2511. 1010(h)S
  2512. 1045(an)S
  2513. 1136(t)S
  2514. 1156(h)S
  2515. 1191(e)S
  2516. 1249(n)S
  2517. 1284(u)S
  2518. 1319(m)S
  2519. 1372(b)S
  2520. 1405(e)S
  2521. 1435(r)S
  2522. 1458(s)S
  2523. 1511(o)S
  2524. 1544(f)S
  2525. 1593(co)S
  2526. 1653(lo)S
  2527. 1703(r)S
  2528. 1726(s)S
  2529. 1778(in)S
  2530. 1857(t)S
  2531. 1877(h)S
  2532. 1912(e)S
  2533. 1969(o)S
  2534. 2002(r)S
  2535. 2025(igin)S
  2536. 2124(al)S
  2537. 2196(p)S
  2538. 2228(ict)S
  2539. 2292(u)S
  2540. 2327(r)S
  2541. 2350(e)S
  2542. 2380(.)S
  2543. 2444(C)S
  2544. 2487(h)S
  2545. 2522(o)S
  2546. 2555(o)S
  2547. 2588(si)S
  2548. 2630(n)S
  2549. 2665(g)S
  2550. 2722(2)S
  2551. 2781(sh)S
  2552. 2841(ad)S
  2553. 2902(e)S
  2554. 2932(s)S
  2555. 2984(wil)S
  2556. 809 3648(e)U
  2557. 839(su)S
  2558. 899(lt)S
  2559. 965(in)S
  2560. 1046(a)S
  2561. 1103(h)S
  2562. 1138(igh)S
  2563. 1249(co)S
  2564. 1309(n)S
  2565. 1344(t)S
  2566. 1364(r)S
  2567. 1387(as)S
  2568. 1440(t)S
  2569. 1489(im)S
  2570. 1559(age)S
  2571. 1676(wh)S
  2572. 1754(ile)S
  2573. 1847(ch)S
  2574. 1909(o)S
  2575. 1942(o)S
  2576. 1975(si)S
  2577. 2017(n)S
  2578. 2052(g)S
  2579. 2111(4)S
  2580. 2172(sh)S
  2581. 2232(ad)S
  2582. 2293(e)S
  2583. 2323(s)S
  2584. 2377(f)S
  2585. 2399(o)S
  2586. 2432(r)S
  2587. 2483(a)S
  2588. 2539(p)S
  2589. 2571(ict)S
  2590. 2635(u)S
  2591. 2670(r)S
  2592. 2693(e)S
  2593. 2751(wit)S
  2594. 2831(h)S
  2595. 2894(gr)S
  2596. 2947(e)S
  2597. 2977(at)S
  2598. 3025(e)S
  2599. 3055(r)S
  2600. 3 F
  2601. 486 3819(\261)U
  2602. 1 F
  2603. 786 3720(t)U
  2604. 806(h)S
  2605. 841(an)S
  2606. 924(4)S
  2607. 976(co)S
  2608. 1036(lo)S
  2609. 1086(r)S
  2610. 1109(s)S
  2611. 1154(will)S
  2612. 1268(r)S
  2613. 1291(e)S
  2614. 1321(su)S
  2615. 1381(lt)S
  2616. 1438(in)S
  2617. 1510(a)S
  2618. 1558(p)S
  2619. 1590(o)S
  2620. 1623(st)S
  2621. 1668(e)S
  2622. 1698(r)S
  2623. 1721(ize)S
  2624. 1796(d)S
  2625. 1849(e)S
  2626. 1879(ffe)S
  2627. 1949(ct)S
  2628. 1996(.)S
  2629. 3 F
  2630. 546 3819(n)U
  2631. 1 F
  2632. 786(N)S
  2633. 834(e)S
  2634. 864(gat)S
  2635. 942(iv)S
  2636. 992(e)S
  2637. 1056(im)S
  2638. 1126(age)S
  2639. 1214(.)S
  2640. 1285(C)S
  2641. 1328(an)S
  2642. 1425(b)S
  2643. 1458(e)S
  2644. 1522(u)S
  2645. 1557(se)S
  2646. 1612(d)S
  2647. 1679(wit)S
  2648. 1759(h)S
  2649. 1828(an)S
  2650. 1891(y)S
  2651. 1955(n)S
  2652. 1990(u)S
  2653. 2025(m)S
  2654. 2078(b)S
  2655. 2111(e)S
  2656. 2141(r)S
  2657. 2198(o)S
  2658. 2231(f)S
  2659. 2287(gr)S
  2660. 2340(ay)S
  2661. 2432(sh)S
  2662. 2492(ad)S
  2663. 2553(e)S
  2664. 2583(s.)S
  2665. 2679(T)S
  2666. 2719(h)S
  2667. 2754(e)S
  2668. 2818(d)S
  2669. 2851(e)S
  2670. 2881(f)S
  2671. 2903(au)S
  2672. 2966(lt)S
  2673. 3036(is)S
  2674. 3 F
  2675. 486 3990(\261)U
  2676. 1 F
  2677. 786 3891(F)U
  2678. 824(A)S
  2679. 872(L)S
  2680. 912(SE)S
  2681. 985(.)S
  2682. 3 F
  2683. 546 3990(p)U
  2684. 1 F
  2685. 786(T)S
  2686. 826(h)S
  2687. 861(e)S
  2688. 925(im)S
  2689. 995(age)S
  2690. 1117(is)S
  2691. 1193(p)S
  2692. 1225(r)S
  2693. 1248(in)S
  2694. 1300(t)S
  2695. 1320(e)S
  2696. 1350(d)S
  2697. 1417(in)S
  2698. 1503(p)S
  2699. 1535(o)S
  2700. 1568(r)S
  2701. 1591(t)S
  2702. 1611(r)S
  2703. 1634(ait)S
  2704. 1733(m)S
  2705. 1786(o)S
  2706. 1819(d)S
  2707. 1852(e)S
  2708. 1916(if)S
  2709. 1989(t)S
  2710. 2009(h)S
  2711. 2044(is)S
  2712. 2120(o)S
  2713. 2153(p)S
  2714. 2185(t)S
  2715. 2205(io)S
  2716. 2255(n)S
  2717. 2323(is)S
  2718. 2398(se)S
  2719. 2453(le)S
  2720. 2500(ct)S
  2721. 2547(e)S
  2722. 2577(d)S
  2723. 2610(.)S
  2724. 2680(T)S
  2725. 2720(h)S
  2726. 2755(e)S
  2727. 2818(d)S
  2728. 2851(e)S
  2729. 2881(f)S
  2730. 2903(au)S
  2731. 2966(lt)S
  2732. 3036(is)S
  2733. 3 F
  2734. 486 4161(\261)U
  2735. 1 F
  2736. 786 4062(F)U
  2737. 824(A)S
  2738. 872(L)S
  2739. 912(SE)S
  2740. 1005(in)S
  2741. 1077(wh)S
  2742. 1155(ich)S
  2743. 1254(cas)S
  2744. 1334(e)S
  2745. 1384(t)S
  2746. 1404(h)S
  2747. 1439(e)S
  2748. 1489(im)S
  2749. 1559(age)S
  2750. 1667(is)S
  2751. 1729(p)S
  2752. 1761(r)S
  2753. 1784(in)S
  2754. 1836(t)S
  2755. 1856(e)S
  2756. 1886(d)S
  2757. 1939(in)S
  2758. 2011(lan)S
  2759. 2091(d)S
  2760. 2124(sc)S
  2761. 2176(ap)S
  2762. 2236(e)S
  2763. 2286(m)S
  2764. 2339(o)S
  2765. 2372(d)S
  2766. 2405(e)S
  2767. 2435(.)S
  2768. 3 F
  2769. 546 4161(r)U
  2770. 2 F
  2771. (n)R
  2772. 1 F
  2773. 786(T)S
  2774. 826(h)S
  2775. 861(is)S
  2776. 934(o)S
  2777. 967(p)S
  2778. 999(t)S
  2779. 1019(io)S
  2780. 1069(n)S
  2781. 1135(sp)S
  2782. 1192(e)S
  2783. 1222(ci\256)S
  2784. 1301(e)S
  2785. 1331(s)S
  2786. 1387(t)S
  2787. 1407(h)S
  2788. 1442(e)S
  2789. 1502(r)S
  2790. 1525(o)S
  2791. 1558(t)S
  2792. 1578(at)S
  2793. 1626(io)S
  2794. 1676(n)S
  2795. 1741(an)S
  2796. 1804(gle)S
  2797. 1881(.)S
  2798. 1948(T)S
  2799. 1988(h)S
  2800. 2023(e)S
  2801. 2083(im)S
  2802. 2153(age)S
  2803. 2271(is)S
  2804. 2343(r)S
  2805. 2366(o)S
  2806. 2399(t)S
  2807. 2419(at)S
  2808. 2467(e)S
  2809. 2497(d)S
  2810. 2 F
  2811. 2560(n)S
  2812. 1 F
  2813. 2622(d)S
  2814. 2655(e)S
  2815. 2685(gr)S
  2816. 2738(e)S
  2817. 2768(e)S
  2818. 2798(s)S
  2819. 2853(co)S
  2820. 2913(u)S
  2821. 2948(n)S
  2822. 2983(t)S
  2823. 3003(e)S
  2824. 3033(r)S
  2825. 3056(-)S
  2826. 3 F
  2827. 486 4332(\261)U
  2828. 1 F
  2829. 786 4233(clo)U
  2830. 863(ck)S
  2831. 923(wise)S
  2832. 1038(.)S
  2833. 1095(T)S
  2834. 1135(h)S
  2835. 1170(e)S
  2836. 1220(d)S
  2837. 1253(e)S
  2838. 1283(f)S
  2839. 1305(au)S
  2840. 1368(lt)S
  2841. 1425(is)S
  2842. 1487(0)S
  2843. 1539(d)S
  2844. 1572(e)S
  2845. 1602(gr)S
  2846. 1655(e)S
  2847. 1685(e)S
  2848. 1715(s.)S
  2849. 3 F
  2850. 546 4332(s)U
  2851. 2 F
  2852. 574(n)S
  2853. 606(,)S
  2854. 3 F
  2855. 629(\261)S
  2856. 689(t)S
  2857. 2 F
  2858. 711(n)S
  2859. 1 F
  2860. 786(T)S
  2861. 826(h)S
  2862. 861(e)S
  2863. 891(se)S
  2864. 968(o)S
  2865. 1001(p)S
  2866. 1033(t)S
  2867. 1053(io)S
  2868. 1103(n)S
  2869. 1138(s)S
  2870. 1185(sp)S
  2871. 1242(e)S
  2872. 1272(cif)S
  2873. 1338(y)S
  2874. 1390(t)S
  2875. 1410(h)S
  2876. 1445(e)S
  2877. 1497(x)S
  2878. 1552(an)S
  2879. 1615(d)S
  2880. 1670(y)S
  2881. 1722(co)S
  2882. 1782(o)S
  2883. 1815(r)S
  2884. 1838(d)S
  2885. 1871(in)S
  2886. 1923(at)S
  2887. 1971(e)S
  2888. 2023(sc)S
  2889. 2075(ale)S
  2890. 2150(s)S
  2891. 2197(in)S
  2892. 2271(p)S
  2893. 2303(r)S
  2894. 2326(in)S
  2895. 2378(t)S
  2896. 2398(e)S
  2897. 2428(r)S
  2898. 2473(P)S
  2899. 2510(o)S
  2900. 2543(in)S
  2901. 2595(t)S
  2902. 2615(s)S
  2903. 2662(\()S
  2904. 2689(7)S
  2905. 2721(2)S
  2906. 2775(P)S
  2907. 2812(o)S
  2908. 2845(in)S
  2909. 2897(t)S
  2910. 2917(s)S
  2911. 2964(=)S
  2912. 3046(1)S
  2913. 786 4476(g)U
  2914. 786 4404(in)U
  2915. 838(ch)S
  2916. 900(\))S
  2917. 927(.)S
  2918. 986(T)S
  2919. 1026(h)S
  2920. 1061(e)S
  2921. 1113(d)S
  2922. 1146(e)S
  2923. 1176(f)S
  2924. 1198(au)S
  2925. 1261(lt)S
  2926. 1298(s)S
  2927. 1345(ar)S
  2928. 1396(e)S
  2929. 1448(0)S
  2930. 1480(,)S
  2931. 1522(in)S
  2932. 1596(wh)S
  2933. 1674(ich)S
  2934. 1775(cas)S
  2935. 1855(e)S
  2936. 1907(t)S
  2937. 1927(h)S
  2938. 1962(e)S
  2939. 2014(sc)S
  2940. 2066(ale)S
  2941. 2141(s)S
  2942. 2188(ar)S
  2943. 2239(e)S
  2944. 2291(au)S
  2945. 2354(t)S
  2946. 2374(o)S
  2947. 2407(m)S
  2948. 2460(at)S
  2949. 2508(ica)S
  2950. 2580(lly)S
  2951. 2666(ch)S
  2952. 2728(o)S
  2953. 2761(se)S
  2954. 2816(n)S
  2955. 2872(so)S
  2956. 2951(as)S
  2957. 3025(t)S
  2958. 3045(o)S
  2959. 816 4476(iv)U
  2960. 866(e)S
  2961. 916(t)S
  2962. 936(h)S
  2963. 971(e)S
  2964. 1021(lar)S
  2965. 1089(ge)S
  2966. 1149(st)S
  2967. 1214(im)S
  2968. 1284(age)S
  2969. 1392(f)S
  2970. 1414(o)S
  2971. 1447(r)S
  2972. 1490(t)S
  2973. 1510(h)S
  2974. 1545(e)S
  2975. 1595(cu)S
  2976. 1657(r)S
  2977. 1680(r)S
  2978. 1703(e)S
  2979. 1733(n)S
  2980. 1768(t)S
  2981. 1808(f)S
  2982. 1830(o)S
  2983. 1863(r)S
  2984. 1886(m)S
  2985. 1939(at)S
  2986. 1987(.)S
  2987. EP
  2988. %%Page: ? 2
  2989. BP
  2990. 1 F
  2991. 60 Z
  2992. 3046 12(1)U
  2993. 270 381(i)U
  2994. 270 12(Su)U
  2995. 338(n)S
  2996. 393(R)S
  2997. 438(e)S
  2998. 468(le)S
  2999. 515(as)S
  3000. 568(e)S
  3001. 618(3)S
  3002. 650(.)S
  3003. 667(5)S
  3004. 1265(L)S
  3005. 1305(as)S
  3006. 1358(t)S
  3007. 1398(ch)S
  3008. 1460(an)S
  3009. 1523(ge)S
  3010. 1583(:)S
  3011. 1620(Oc)S
  3012. 1692(t)S
  3013. 1712(o)S
  3014. 1745(b)S
  3015. 1778(e)S
  3016. 1808(r)S
  3017. 1851(3)S
  3018. 1883(1)S
  3019. 1915(,)S
  3020. 1955(1)S
  3021. 1987(9)S
  3022. 2019(8)S
  3023. 2051(8)S
  3024. 287 381(ff2)U
  3025. 359(p)S
  3026. 391(s)S
  3027. 426(\()S
  3028. 463(1)S
  3029. 505(\))S
  3030. 1389(U)S
  3031. 1437(SE)S
  3032. 1510(R)S
  3033. 1575(C)S
  3034. 1618(OM)S
  3035. 1721(M)S
  3036. 1779(A)S
  3037. 1827(N)S
  3038. 1875(D)S
  3039. 1925(S)S
  3040. 2816(iff2)S
  3041. 2905(p)S
  3042. 2937(s)S
  3043. 2972(\()S
  3044. 3009(1)S
  3045. 3051(\))S
  3046. 3 F
  3047. 486 669(\261)U
  3048. 546(x)S
  3049. 2 F
  3050. 581(n)S
  3051. 613(,)S
  3052. 3 F
  3053. 636(\261)S
  3054. 696(y)S
  3055. 2 F
  3056. 728(n)S
  3057. 1 F
  3058. 786(T)S
  3059. 826(h)S
  3060. 861(e)S
  3061. 891(se)S
  3062. 973(o)S
  3063. 1006(p)S
  3064. 1038(t)S
  3065. 1058(io)S
  3066. 1108(n)S
  3067. 1143(s)S
  3068. 1195(e)S
  3069. 1225(n)S
  3070. 1260(ab)S
  3071. 1321(le)S
  3072. 1395(t)S
  3073. 1415(h)S
  3074. 1450(e)S
  3075. 1507(p)S
  3076. 1539(lac)S
  3077. 1611(e)S
  3078. 1641(m)S
  3079. 1694(e)S
  3080. 1724(n)S
  3081. 1759(t)S
  3082. 1806(o)S
  3083. 1839(f)S
  3084. 1888(t)S
  3085. 1908(h)S
  3086. 1943(e)S
  3087. 1999(co)S
  3088. 2059(o)S
  3089. 2092(r)S
  3090. 2115(d)S
  3091. 2148(in)S
  3092. 2200(at)S
  3093. 2248(e)S
  3094. 2304(o)S
  3095. 2337(r)S
  3096. 2360(igin)S
  3097. 2485(at)S
  3098. 2559(a)S
  3099. 2613(sp)S
  3100. 2670(e)S
  3101. 2700(ci\256)S
  3102. 2779(e)S
  3103. 2809(d)S
  3104. 2868(lo)S
  3105. 2918(cat)S
  3106. 2993(io)S
  3107. 3043(n)S
  3108. 786 741(giv)U
  3109. 866(e)S
  3110. 896(n)S
  3111. 959(in)S
  3112. 1039(p)S
  3113. 1071(r)S
  3114. 1094(in)S
  3115. 1146(t)S
  3116. 1166(e)S
  3117. 1196(r)S
  3118. 1247(P)S
  3119. 1284(o)S
  3120. 1317(in)S
  3121. 1369(t)S
  3122. 1389(s.)S
  3123. 1479(T)S
  3124. 1519(h)S
  3125. 1554(e)S
  3126. 1612(d)S
  3127. 1645(e)S
  3128. 1675(f)S
  3129. 1697(au)S
  3130. 1760(lt)S
  3131. 1797(s)S
  3132. 1849(ar)S
  3133. 1900(e)S
  3134. 1957(su)S
  3135. 2017(ch)S
  3136. 2106(as)S
  3137. 2186(t)S
  3138. 2206(o)S
  3139. 2266(giv)S
  3140. 2346(e)S
  3141. 2403(a)S
  3142. 2458(ce)S
  3143. 2515(n)S
  3144. 2550(t)S
  3145. 2570(e)S
  3146. 2600(r)S
  3147. 2623(e)S
  3148. 2653(d)S
  3149. 2713(im)S
  3150. 2783(age)S
  3151. 2898(o)S
  3152. 2931(n)S
  3153. 2993(t)S
  3154. 3013(h)S
  3155. 3048(e)S
  3156. 3 F
  3157. 486 912(?)U
  3158. 1 F
  3159. 786 813(p)U
  3160. 818(age)S
  3161. 926(r)S
  3162. 949(e)S
  3163. 979(gar)S
  3164. 1060(d)S
  3165. 1093(le)S
  3166. 1140(ss)S
  3167. 1210(o)S
  3168. 1243(f)S
  3169. 1285(t)S
  3170. 1305(h)S
  3171. 1340(e)S
  3172. 1390(cu)S
  3173. 1452(r)S
  3174. 1475(r)S
  3175. 1498(e)S
  3176. 1528(n)S
  3177. 1563(t)S
  3178. 1603(f)S
  3179. 1625(o)S
  3180. 1658(r)S
  3181. 1681(m)S
  3182. 1734(at)S
  3183. 1782(.)S
  3184. 786 912(T)U
  3185. 826(h)S
  3186. 861(is)S
  3187. 923(o)S
  3188. 956(p)S
  3189. 988(t)S
  3190. 1008(io)S
  3191. 1058(n)S
  3192. 1113(will)S
  3193. 1227(e)S
  3194. 1257(ch)S
  3195. 1319(o)S
  3196. 1372(t)S
  3197. 1392(h)S
  3198. 1427(e)S
  3199. 1477(co)S
  3200. 1537(m)S
  3201. 1590(m)S
  3202. 1643(an)S
  3203. 1706(d)S
  3204. 1759(f)S
  3205. 1781(o)S
  3206. 1814(r)S
  3207. 1837(m)S
  3208. 1890(at)S
  3209. 1958(t)S
  3210. 1978(o)S
  3211. 2031(t)S
  3212. 2051(h)S
  3213. 2086(e)S
  3214. 2136(sc)S
  3215. 2188(r)S
  3216. 2211(e)S
  3217. 2241(e)S
  3218. 2271(n)S
  3219. 2306(.)S
  3220. 3048 1011(g)U
  3221. 486 1083(w)U
  3222. 486 1011(D)U
  3223. 536(e)S
  3224. 566(f)S
  3225. 588(au)S
  3226. 651(lt)S
  3227. 688(s)S
  3228. 744(f)S
  3229. 766(o)S
  3230. 799(r)S
  3231. 852(all)S
  3232. 944(co)S
  3233. 1004(m)S
  3234. 1057(m)S
  3235. 1110(an)S
  3236. 1173(d)S
  3237. 1236(lin)S
  3238. 1305(e)S
  3239. 1365(ar)S
  3240. 1416(gu)S
  3241. 1481(m)S
  3242. 1534(e)S
  3243. 1564(n)S
  3244. 1599(t)S
  3245. 1619(s)S
  3246. 1674(can)S
  3247. 1794(b)S
  3248. 1827(e)S
  3249. 1887(sp)S
  3250. 1944(e)S
  3251. 1974(ci\256)S
  3252. 2053(e)S
  3253. 2083(d)S
  3254. 2146(in)S
  3255. 2228(t)S
  3256. 2248(h)S
  3257. 2283(e)S
  3258. 2343(co)S
  3259. 2403(n)S
  3260. 2438(\256gu)S
  3261. 2538(r)S
  3262. 2561(at)S
  3263. 2609(io)S
  3264. 2659(n)S
  3265. 2724(\256l)S
  3266. 2776(e)S
  3267. 2836(iff2)S
  3268. 2925(p)S
  3269. 2957(s.)S
  3270. 2999(cf)S
  3271. 529 1083(h)U
  3272. 564(ich)S
  3273. 668(sh)S
  3274. 728(o)S
  3275. 761(u)S
  3276. 796(ld)S
  3277. 871(b)S
  3278. 904(e)S
  3279. 959(p)S
  3280. 991(lac)S
  3281. 1063(e)S
  3282. 1093(d)S
  3283. 1151(in)S
  3284. 1228(S:.)S
  3285. 1340(I)S
  3286. 1362(f)S
  3287. 3 F
  3288. 1409(i)S
  3289. 1429(ff)S
  3290. 1467(2)S
  3291. 1499(ps)S
  3292. 1 F
  3293. 1585(is)S
  3294. 1652(r)S
  3295. 1675(u)S
  3296. 1710(n)S
  3297. 1769(an)S
  3298. 1832(d)S
  3299. 1889(a)S
  3300. 1941(co)S
  3301. 2001(n)S
  3302. 2036(\256gu)S
  3303. 2136(r)S
  3304. 2159(at)S
  3305. 2207(io)S
  3306. 2257(n)S
  3307. 2316(\256l)S
  3308. 2368(e)S
  3309. 2422(e)S
  3310. 2452(x)S
  3311. 2485(is)S
  3312. 2527(t)S
  3313. 2547(s,)S
  3314. 2616(t)S
  3315. 2636(h)S
  3316. 2671(e)S
  3317. 2701(n)S
  3318. 2760(it)S
  3319. 2821(is)S
  3320. 2887(r)S
  3321. 2910(e)S
  3322. 2940(ad)S
  3323. 3025(t)S
  3324. 3045(o)S
  3325. 3048 1155(e)U
  3326. 486 1227(c)U
  3327. 486 1155(se)U
  3328. 541(t)S
  3329. 583(u)S
  3330. 618(p)S
  3331. 672(t)S
  3332. 692(h)S
  3333. 727(e)S
  3334. 779(p)S
  3335. 811(r)S
  3336. 834(o)S
  3337. 867(gr)S
  3338. 920(am)S
  3339. 1001('s)S
  3340. 1068(d)S
  3341. 1101(e)S
  3342. 1131(f)S
  3343. 1153(au)S
  3344. 1216(lt)S
  3345. 1253(s.)S
  3346. 1337(Swit)S
  3347. 1450(ch)S
  3348. 1512(e)S
  3349. 1542(s)S
  3350. 1589(o)S
  3351. 1622(n)S
  3352. 1679(t)S
  3353. 1699(h)S
  3354. 1734(e)S
  3355. 1786(co)S
  3356. 1846(m)S
  3357. 1899(m)S
  3358. 1952(an)S
  3359. 2015(d)S
  3360. 2070(lin)S
  3361. 2139(e)S
  3362. 2169(,)S
  3363. 2211(t)S
  3364. 2231(h)S
  3365. 2266(o)S
  3366. 2299(u)S
  3367. 2334(gh)S
  3368. 2399(,)S
  3369. 2441(will)S
  3370. 2557(alwa)S
  3371. 2673(ys)S
  3372. 2750(o)S
  3373. 2783(v)S
  3374. 2816(e)S
  3375. 2846(r)S
  3376. 2869(r)S
  3377. 2892(id)S
  3378. 2942(e)S
  3379. 2993(t)S
  3380. 3013(h)S
  3381. 513 1227(o)U
  3382. 546(n)S
  3383. 581(\256gu)S
  3384. 681(r)S
  3385. 704(at)S
  3386. 752(io)S
  3387. 802(n)S
  3388. 862(swit)S
  3389. 967(ch)S
  3390. 1029(e)S
  3391. 1059(s.)S
  3392. 1146(T)S
  3393. 1186(h)S
  3394. 1221(e)S
  3395. 1276(co)S
  3396. 1336(n)S
  3397. 1371(\256gu)S
  3398. 1471(r)S
  3399. 1494(at)S
  3400. 1542(io)S
  3401. 1592(n)S
  3402. 1652(\256l)S
  3403. 1704(e)S
  3404. 1759(co)S
  3405. 1819(n)S
  3406. 1854(si)S
  3407. 1896(st)S
  3408. 1941(s)S
  3409. 1991(o)S
  3410. 2024(f)S
  3411. 2071(lin)S
  3412. 2140(e)S
  3413. 2170(s)S
  3414. 2220(in)S
  3415. 2296(wh)S
  3416. 2374(ich)S
  3417. 2477(t)S
  3418. 2497(h)S
  3419. 2532(e)S
  3420. 2586(in)S
  3421. 2638(it)S
  3422. 2675(ial)S
  3423. 2761(ch)S
  3424. 2823(ar)S
  3425. 2874(act)S
  3426. 2949(e)S
  3427. 2979(r)S
  3428. 3026(in)S
  3429. 3050 1299(a)U
  3430. 486 1371(s)U
  3431. 486 1299(e)U
  3432. 516(ach)S
  3433. 629(lin)S
  3434. 698(e)S
  3435. 751(sp)S
  3436. 808(e)S
  3437. 838(ci\256)S
  3438. 917(e)S
  3439. 947(s)S
  3440. 995(t)S
  3441. 1015(h)S
  3442. 1050(e)S
  3443. 1103(co)S
  3444. 1163(m)S
  3445. 1216(m)S
  3446. 1269(an)S
  3447. 1332(d)S
  3448. 1365(.)S
  3449. 1425(I)S
  3450. 1447(f)S
  3451. 1492(t)S
  3452. 1512(h)S
  3453. 1547(e)S
  3454. 1599(in)S
  3455. 1651(it)S
  3456. 1688(ial)S
  3457. 1772(ch)S
  3458. 1834(ar)S
  3459. 1885(act)S
  3460. 1960(e)S
  3461. 1990(r)S
  3462. 2035(is)S
  3463. 2099(a)S
  3464. 2149(sp)S
  3465. 2206(ace)S
  3466. 2291(,)S
  3467. 2333(an)S
  3468. 2418(as)S
  3469. 2471(t)S
  3470. 2491(e)S
  3471. 2521(r)S
  3472. 2544(is)S
  3473. 2586(k)S
  3474. 2619(,)S
  3475. 2661(a)S
  3476. 2711(p)S
  3477. 2743(o)S
  3478. 2776(u)S
  3479. 2811(n)S
  3480. 2846(d)S
  3481. 2901(si)S
  3482. 2943(gn)S
  3483. 3008(,)S
  3484. 511 1371(e)U
  3485. 541(m)S
  3486. 594(ico)S
  3487. 671(lo)S
  3488. 721(n)S
  3489. 756(,)S
  3490. 804(o)S
  3491. 837(r)S
  3492. 888(a)S
  3493. 944(lin)S
  3494. 1013(e)S
  3495. 1071(f)S
  3496. 1093(e)S
  3497. 1123(e)S
  3498. 1153(d)S
  3499. 1186(,)S
  3500. 1234(t)S
  3501. 1254(h)S
  3502. 1289(e)S
  3503. 1347(lin)S
  3504. 1416(e)S
  3505. 1473(is)S
  3506. 1542(ign)S
  3507. 1624(o)S
  3508. 1657(r)S
  3509. 1680(e)S
  3510. 1710(d)S
  3511. 1743(.)S
  3512. 1807(T)S
  3513. 1847(h)S
  3514. 1882(is)S
  3515. 1951(m)S
  3516. 2004(ak)S
  3517. 2065(e)S
  3518. 2095(s)S
  3519. 2147(it)S
  3520. 2211(u)S
  3521. 2246(se)S
  3522. 2301(f)S
  3523. 2323(u)S
  3524. 2358(l)S
  3525. 2402(f)S
  3526. 2424(o)S
  3527. 2457(r)S
  3528. 2507(co)S
  3529. 2567(m)S
  3530. 2620(m)S
  3531. 2673(e)S
  3532. 2703(n)S
  3533. 2738(t)S
  3534. 2758(in)S
  3535. 2810(g)S
  3536. 2867(t)S
  3537. 2887(h)S
  3538. 2922(e)S
  3539. 2979(\256l)S
  3540. 3031(e)S
  3541. 3061(.)S
  3542. 486 1515(d)U
  3543. 486 1443(W)U
  3544. 546(h)S
  3545. 581(it)S
  3546. 618(e)S
  3547. 674(sp)S
  3548. 731(ace)S
  3549. 842(f)S
  3550. 864(o)S
  3551. 897(llo)S
  3552. 964(win)S
  3553. 1059(g)S
  3554. 1115(t)S
  3555. 1135(h)S
  3556. 1170(e)S
  3557. 1226(co)S
  3558. 1286(m)S
  3559. 1339(m)S
  3560. 1392(an)S
  3561. 1455(d)S
  3562. 1514(is)S
  3563. 1582(o)S
  3564. 1615(p)S
  3565. 1647(t)S
  3566. 1667(io)S
  3567. 1717(n)S
  3568. 1752(al.)S
  3569. 1860(C)S
  3570. 1903(o)S
  3571. 1936(m)S
  3572. 1989(m)S
  3573. 2042(e)S
  3574. 2072(n)S
  3575. 2107(t)S
  3576. 2127(s)S
  3577. 2178(can)S
  3578. 2293(als)S
  3579. 2363(o)S
  3580. 2421(b)S
  3581. 2454(e)S
  3582. 2509(p)S
  3583. 2541(lac)S
  3584. 2613(e)S
  3585. 2643(d)S
  3586. 2701(o)S
  3587. 2734(n)S
  3588. 2794(t)S
  3589. 2814(h)S
  3590. 2849(e)S
  3591. 2904(in)S
  3592. 2956(d)S
  3593. 2989(iv)S
  3594. 3039(i-)S
  3595. 519 1515(u)U
  3596. 554(al)S
  3597. 619(lin)S
  3598. 688(e)S
  3599. 718(s)S
  3600. 763(af)S
  3601. 813(t)S
  3602. 833(e)S
  3603. 863(r)S
  3604. 906(t)S
  3605. 926(h)S
  3606. 961(e)S
  3607. 1011(co)S
  3608. 1071(m)S
  3609. 1124(p)S
  3610. 1156(le)S
  3611. 1203(t)S
  3612. 1223(e)S
  3613. 1273(co)S
  3614. 1333(m)S
  3615. 1386(m)S
  3616. 1439(an)S
  3617. 1502(d)S
  3618. 1555(is)S
  3619. 1617(sp)S
  3620. 1674(e)S
  3621. 1704(ci\256)S
  3622. 1783(e)S
  3623. 1813(d)S
  3624. 1846(.)S
  3625. 3 F
  3626. 54 Z
  3627. 270 1614(D)U
  3628. 314(I)S
  3629. 338(A)S
  3630. 380(GN)S
  3631. 467(O)S
  3632. 511(S)S
  3633. 546(T)S
  3634. 584(I)S
  3635. 608(CS)S
  3636. 1 F
  3637. 60 Z
  3638. 486 1686(I)U
  3639. 508(f)S
  3640. 552(t)S
  3641. 572(h)S
  3642. 607(e)S
  3643. 658(I)S
  3644. 680(F)S
  3645. 718(F)S
  3646. 777(I)S
  3647. 799(L)S
  3648. 839(B)S
  3649. 877(M)S
  3650. 956(\256l)S
  3651. 1008(e)S
  3652. 1059(m)S
  3653. 1112(ak)S
  3654. 1173(e)S
  3655. 1203(s)S
  3656. 1249(u)S
  3657. 1284(se)S
  3658. 1360(o)S
  3659. 1393(f)S
  3660. 1436(a)S
  3661. 1485(sp)S
  3662. 1542(e)S
  3663. 1572(ci\256)S
  3664. 1651(c)S
  3665. 1699(A)S
  3666. 1747(m)S
  3667. 1800(iga)S
  3668. 1896(v)S
  3669. 1929(ie)S
  3670. 1976(w)S
  3671. 2040(m)S
  3672. 2093(o)S
  3673. 2126(d)S
  3674. 2159(e)S
  3675. 2210(su)S
  3676. 2270(ch)S
  3677. 2353(as)S
  3678. 2427(H)S
  3679. 2475(A)S
  3680. 2523(M)S
  3681. 2581(,)S
  3682. 2622(H)S
  3683. 2670(A)S
  3684. 2718(L)S
  3685. 2758(F)S
  3686. 2796(B)S
  3687. 2834(R)S
  3688. 2879(I)S
  3689. 2901(T)S
  3690. 2941(E)S
  3691. 2981(,)S
  3692. 3022(o)S
  3693. 3055(r)S
  3694. 486 1830(m)U
  3695. 486 1758(d)U
  3696. 519(u)S
  3697. 554(al)S
  3698. 626(p)S
  3699. 658(lay\256)S
  3700. 768(e)S
  3701. 798(ld)S
  3702. 848(,)S
  3703. 895(a)S
  3704. 950(C)S
  3705. 993(A)S
  3706. 1041(M)S
  3707. 1099(G)S
  3708. 1176(ch)S
  3709. 1238(u)S
  3710. 1273(n)S
  3711. 1308(k)S
  3712. 1368(sh)S
  3713. 1428(o)S
  3714. 1461(u)S
  3715. 1496(ld)S
  3716. 1573(b)S
  3717. 1606(e)S
  3718. 1663(p)S
  3719. 1695(r)S
  3720. 1718(e)S
  3721. 1748(se)S
  3722. 1803(n)S
  3723. 1838(t)S
  3724. 1885(in)S
  3725. 1964(t)S
  3726. 1984(h)S
  3727. 2019(e)S
  3728. 2076(\256l)S
  3729. 2128(e)S
  3730. 2158(.)S
  3731. 2222(I)S
  3732. 2244(f)S
  3733. 2293(it)S
  3734. 2357(is)S
  3735. 2426(n)S
  3736. 2461(o)S
  3737. 2494(t)S
  3738. 2540(p)S
  3739. 2572(r)S
  3740. 2595(e)S
  3741. 2625(se)S
  3742. 2680(n)S
  3743. 2715(t)S
  3744. 2735(,)S
  3745. 2781(t)S
  3746. 2801(h)S
  3747. 2836(e)S
  3748. 2866(n)S
  3749. 3 F
  3750. 2927(i)S
  3751. 2947(ff)S
  3752. 2985(2)S
  3753. 3017(ps)S
  3754. 1 F
  3755. 539 1830(u)U
  3756. 574(st)S
  3757. 648(gu)S
  3758. 713(e)S
  3759. 743(ss)S
  3760. 822(t)S
  3761. 842(h)S
  3762. 877(e)S
  3763. 936(t)S
  3764. 956(h)S
  3765. 991(e)S
  3766. 1050(v)S
  3767. 1083(ie)S
  3768. 1130(w)S
  3769. 1202(m)S
  3770. 1255(o)S
  3771. 1288(d)S
  3772. 1321(e)S
  3773. 1351(.)S
  3774. 1417(I)S
  3775. 1439(n)S
  3776. 1503(m)S
  3777. 1556(o)S
  3778. 1589(st)S
  3779. 1663(cir)S
  3780. 1730(cu)S
  3781. 1792(m)S
  3782. 1845(st)S
  3783. 1890(an)S
  3784. 1953(ce)S
  3785. 2010(s)S
  3786. 3 F
  3787. 2064(i)S
  3788. 2084(ff)S
  3789. 2122(2)S
  3790. 2154(ps)S
  3791. 1 F
  3792. 2244(will)S
  3793. 2367(m)S
  3794. 2420(ak)S
  3795. 2481(e)S
  3796. 2540(t)S
  3797. 2560(h)S
  3798. 2595(e)S
  3799. 2654(r)S
  3800. 2677(igh)S
  3801. 2759(t)S
  3802. 2808(gu)S
  3803. 2873(e)S
  3804. 2903(ss)S
  3805. 2982(an)S
  3806. 3045(d)S
  3807. 3045 1902(d)U
  3808. 486 1974(b)U
  3809. 486 1902(e)U
  3810. 516(ch)S
  3811. 578(o)S
  3812. 638(``N)S
  3813. 726(o)S
  3814. 786(C)S
  3815. 829(A)S
  3816. 877(M)S
  3817. 935(G)S
  3818. 1012(ch)S
  3819. 1074(u)S
  3820. 1109(n)S
  3821. 1144(k)S
  3822. 1177(!)S
  3823. 1223(G)S
  3824. 1273(u)S
  3825. 1308(e)S
  3826. 1338(ss)S
  3827. 1388(in)S
  3828. 1440(g)S
  3829. 1496(Vi)S
  3830. 1558(e)S
  3831. 1588(wM)S
  3832. 1689(o)S
  3833. 1722(d)S
  3834. 1755(e)S
  3835. 1785(s.)S
  3836. 1827('')S
  3837. 1893(t)S
  3838. 1913(o)S
  3839. 1972(t)S
  3840. 1992(h)S
  3841. 2027(e)S
  3842. 2083(sc)S
  3843. 2135(r)S
  3844. 2158(e)S
  3845. 2188(e)S
  3846. 2218(n)S
  3847. 2253(.)S
  3848. 2316(I)S
  3849. 2338(f)S
  3850. 2386(su)S
  3851. 2446(ch)S
  3852. 2534(\256l)S
  3853. 2586(e)S
  3854. 2616(s)S
  3855. 2667(we)S
  3856. 2740(r)S
  3857. 2763(e)S
  3858. 2819(ge)S
  3859. 2879(n)S
  3860. 2914(e)S
  3861. 2944(r)S
  3862. 2967(at)S
  3863. 3015(e)S
  3864. 519 1974(y)U
  3865. 585(a)S
  3866. 649(co)S
  3867. 709(m)S
  3868. 762(m)S
  3869. 815(e)S
  3870. 845(r)S
  3871. 868(cia)S
  3872. 940(l)S
  3873. 993(p)S
  3874. 1025(r)S
  3875. 1048(o)S
  3876. 1081(gr)S
  3877. 1134(am)S
  3878. 1215(,)S
  3879. 1271(t)S
  3880. 1291(h)S
  3881. 1326(e)S
  3882. 1392(u)S
  3883. 1427(se)S
  3884. 1482(r)S
  3885. 1541(is)S
  3886. 1618(h)S
  3887. 1653(igh)S
  3888. 1735(ly)S
  3889. 1817(e)S
  3890. 1847(n)S
  3891. 1882(co)S
  3892. 1942(u)S
  3893. 1977(r)S
  3894. 2000(age)S
  3895. 2088(d)S
  3896. 2156(t)S
  3897. 2176(o)S
  3898. 2244(co)S
  3899. 2304(n)S
  3900. 2339(t)S
  3901. 2359(act)S
  3902. 2469(t)S
  3903. 2489(h)S
  3904. 2524(e)S
  3905. 2589(d)S
  3906. 2622(is)S
  3907. 2664(t)S
  3908. 2684(r)S
  3909. 2707(ib)S
  3910. 2757(u)S
  3911. 2792(t)S
  3912. 2812(o)S
  3913. 2845(r)S
  3914. 2903(o)S
  3915. 2936(f)S
  3916. 2993(t)S
  3917. 3013(h)S
  3918. 3048(e)S
  3919. 486 2118(e)U
  3920. 486 2046(so)U
  3921. 544(f)S
  3922. 566(t)S
  3923. 586(war)S
  3924. 680(e)S
  3925. 745(p)S
  3926. 777(r)S
  3927. 800(o)S
  3928. 833(d)S
  3929. 866(u)S
  3930. 901(ct)S
  3931. 983(an)S
  3932. 1046(d)S
  3933. 1114(co)S
  3934. 1174(m)S
  3935. 1227(p)S
  3936. 1259(lai)S
  3937. 1321(n)S
  3938. 1391(ab)S
  3939. 1452(o)S
  3940. 1485(u)S
  3941. 1520(t)S
  3942. 1575(t)S
  3943. 1595(h)S
  3944. 1630(e)S
  3945. 1695(im)S
  3946. 1765(p)S
  3947. 1797(r)S
  3948. 1820(o)S
  3949. 1853(p)S
  3950. 1885(e)S
  3951. 1915(r)S
  3952. 1972(I)S
  3953. 1994(F)S
  3954. 2032(F)S
  3955. 2104(\256l)S
  3956. 2156(e)S
  3957. 2220(ge)S
  3958. 2280(n)S
  3959. 2315(e)S
  3960. 2345(r)S
  3961. 2368(at)S
  3962. 2416(e)S
  3963. 2446(d)S
  3964. 2479(.)S
  3965. 2550(On)S
  3966. 2630(ly)S
  3967. 2711(t)S
  3968. 2731(h)S
  3969. 2766(r)S
  3970. 2789(o)S
  3971. 2822(u)S
  3972. 2857(gh)S
  3973. 2956(su)S
  3974. 3016(ch)S
  3975. 516 2118(ffo)U
  3976. 589(r)S
  3977. 612(t)S
  3978. 632(s)S
  3979. 677(can)S
  3980. 787(we)S
  3981. 880(h)S
  3982. 915(o)S
  3983. 948(p)S
  3984. 980(e)S
  3985. 1030(t)S
  3986. 1050(o)S
  3987. 1103(se)S
  3988. 1158(e)S
  3989. 1208(b)S
  3990. 1241(e)S
  3991. 1271(t)S
  3992. 1291(t)S
  3993. 1311(e)S
  3994. 1341(r)S
  3995. 1384(so)S
  3996. 1442(f)S
  3997. 1464(t)S
  3998. 1484(war)S
  3999. 1578(e)S
  4000. 1628(o)S
  4001. 1661(n)S
  4002. 1716(t)S
  4003. 1736(h)S
  4004. 1771(e)S
  4005. 1821(A)S
  4006. 1869(m)S
  4007. 1922(iga.)S
  4008. 3 F
  4009. 54 Z
  4010. 270 2217(B)U
  4011. 309(U)S
  4012. 353(GS)S
  4013. 1 F
  4014. 60 Z
  4015. 486 2289(D)U
  4016. 536(u)S
  4017. 571(al)S
  4018. 639(p)S
  4019. 671(lay\256)S
  4020. 781(e)S
  4021. 811(ld)S
  4022. 884(\256l)S
  4023. 936(e)S
  4024. 966(s)S
  4025. 1014(ar)S
  4026. 1065(e)S
  4027. 1118(p)S
  4028. 1150(r)S
  4029. 1173(in)S
  4030. 1225(t)S
  4031. 1245(e)S
  4032. 1275(d)S
  4033. 1330(in)S
  4034. 1382(co)S
  4035. 1442(r)S
  4036. 1465(r)S
  4037. 1488(e)S
  4038. 1518(ct)S
  4039. 1565(ly.)S
  4040. 1671(B)S
  4041. 1709(o)S
  4042. 1742(t)S
  4043. 1762(h)S
  4044. 1819(\256e)S
  4045. 1884(ld)S
  4046. 1934(s)S
  4047. 1981(ar)S
  4048. 2032(e)S
  4049. 2084(p)S
  4050. 2116(r)S
  4051. 2139(in)S
  4052. 2191(t)S
  4053. 2211(e)S
  4054. 2241(d)S
  4055. 2296(o)S
  4056. 2329(n)S
  4057. 2386(t)S
  4058. 2406(o)S
  4059. 2439(p)S
  4060. 2493(o)S
  4061. 2526(f)S
  4062. 2570(e)S
  4063. 2600(ach)S
  4064. 2712(o)S
  4065. 2745(t)S
  4066. 2765(h)S
  4067. 2800(e)S
  4068. 2830(r)S
  4069. 2875(wit)S
  4070. 2955(h)S
  4071. 2990(o)S
  4072. 3023(u)S
  4073. 3058(t)S
  4074. 3 F
  4075. 54 Z
  4076. 270 2460(F)U
  4077. 305(I)S
  4078. 329(L)S
  4079. 367(E)S
  4080. 405(S)S
  4081. 1 F
  4082. 60 Z
  4083. 486 2361(m)U
  4084. 539(as)S
  4085. 592(k)S
  4086. 625(in)S
  4087. 677(g.)S
  4088. 486 2532(iff2)U
  4089. 575(p)S
  4090. 607(s.)S
  4091. 649(cf)S
  4092. 698(g)S
  4093. 918(co)S
  4094. 978(n)S
  4095. 1013(\256gu)S
  4096. 1113(r)S
  4097. 1136(at)S
  4098. 1184(io)S
  4099. 1234(n)S
  4100. 1289(\256l)S
  4101. 1341(e)S
  4102. 3 F
  4103. 54 Z
  4104. 270 2631(S)U
  4105. 305(E)S
  4106. 343(E)S
  4107. 399(A)S
  4108. 441(L)S
  4109. 479(S)S
  4110. 514(O)S
  4111. 1 F
  4112. 60 Z
  4113. 486 2703(t)U
  4114. 506(e)S
  4115. 536(k)S
  4116. 569(2)S
  4117. 601(p)S
  4118. 633(s\()S
  4119. 685(1)S
  4120. 717(\))S
  4121. 3 F
  4122. 54 Z
  4123. 270 2802(CO)U
  4124. 353(P)S
  4125. 391(Y)S
  4126. 433(R)S
  4127. 475(I)S
  4128. 499(GH)S
  4129. 589(T)S
  4130. 1 F
  4131. 60 Z
  4132. 486 2874(C)U
  4133. 529(o)S
  4134. 562(p)S
  4135. 594(yr)S
  4136. 647(igh)S
  4137. 729(t)S
  4138. 773(\()S
  4139. 800(c\))S
  4140. 878(1)S
  4141. 910(9)S
  4142. 942(8)S
  4143. 974(7)S
  4144. 1006(,)S
  4145. 1050(1)S
  4146. 1082(9)S
  4147. 1114(8)S
  4148. 1146(8)S
  4149. 1202(W)S
  4150. 1262(illia)S
  4151. 1358(m)S
  4152. 1435(M)S
  4153. 1493(as)S
  4154. 1546(o)S
  4155. 1579(n)S
  4156. 1638(an)S
  4157. 1701(d)S
  4158. 1758(Sam)S
  4159. 1872(u)S
  4160. 1907(e)S
  4161. 1937(l)S
  4162. 1978(P)S
  4163. 2015(ao)S
  4164. 2076(lu)S
  4165. 2128(cci.)S
  4166. 2260(A)S
  4167. 2308(ll)S
  4168. 2366(r)S
  4169. 2389(igh)S
  4170. 2471(t)S
  4171. 2491(s)S
  4172. 2540(r)S
  4173. 2563(e)S
  4174. 2593(se)S
  4175. 2648(r)S
  4176. 2671(v)S
  4177. 2704(e)S
  4178. 2734(d)S
  4179. 2767(.)S
  4180. 2828(T)S
  4181. 2868(h)S
  4182. 2903(is)S
  4183. 2968(p)S
  4184. 3000(r)S
  4185. 3023(o)S
  4186. 3056(-)S
  4187. 486 3018(n)U
  4188. 486 2946(gr)U
  4189. 539(am)S
  4190. 645(can)S
  4191. 760(b)S
  4192. 793(e)S
  4193. 848(f)S
  4194. 870(r)S
  4195. 893(e)S
  4196. 923(e)S
  4197. 953(ly)S
  4198. 1025(r)S
  4199. 1048(e)S
  4200. 1078(d)S
  4201. 1111(is)S
  4202. 1153(t)S
  4203. 1173(r)S
  4204. 1196(ib)S
  4205. 1246(u)S
  4206. 1281(t)S
  4207. 1301(e)S
  4208. 1331(d)S
  4209. 1389(p)S
  4210. 1421(r)S
  4211. 1444(o)S
  4212. 1477(v)S
  4213. 1510(id)S
  4214. 1560(e)S
  4215. 1590(d)S
  4216. 1648(t)S
  4217. 1668(h)S
  4218. 1703(e)S
  4219. 1758(d)S
  4220. 1791(o)S
  4221. 1824(cu)S
  4222. 1886(m)S
  4223. 1939(e)S
  4224. 1969(n)S
  4225. 2004(t)S
  4226. 2024(at)S
  4227. 2072(io)S
  4228. 2122(n)S
  4229. 2182(acc)S
  4230. 2264(o)S
  4231. 2297(m)S
  4232. 2350(p)S
  4233. 2382(an)S
  4234. 2445(ie)S
  4235. 2492(s)S
  4236. 2541(t)S
  4237. 2561(h)S
  4238. 2596(e)S
  4239. 2650(p)S
  4240. 2682(r)S
  4241. 2705(o)S
  4242. 2738(gr)S
  4243. 2791(am)S
  4244. 2872(,)S
  4245. 2916(an)S
  4246. 2979(d)S
  4247. 3036(is)S
  4248. 521 3018(o)U
  4249. 554(t)S
  4250. 596(in)S
  4251. 648(clu)S
  4252. 727(d)S
  4253. 760(e)S
  4254. 790(d)S
  4255. 845(wit)S
  4256. 925(h)S
  4257. 982(an)S
  4258. 1045(y)S
  4259. 1097(co)S
  4260. 1157(m)S
  4261. 1210(m)S
  4262. 1263(e)S
  4263. 1293(r)S
  4264. 1316(cia)S
  4265. 1388(l)S
  4266. 1427(so)S
  4267. 1485(f)S
  4268. 1507(t)S
  4269. 1527(war)S
  4270. 1621(e)S
  4271. 1673(wit)S
  4272. 1753(h)S
  4273. 1788(o)S
  4274. 1821(u)S
  4275. 1856(t)S
  4276. 1898(t)S
  4277. 1918(h)S
  4278. 1953(e)S
  4279. 2005(au)S
  4280. 2068(t)S
  4281. 2088(h)S
  4282. 2123(o)S
  4283. 2156(r)S
  4284. 2179(s')S
  4285. 2246(wr)S
  4286. 2312(it)S
  4287. 2349(t)S
  4288. 2369(e)S
  4289. 2399(n)S
  4290. 2455(co)S
  4291. 2515(n)S
  4292. 2550(se)S
  4293. 2605(n)S
  4294. 2640(t)S
  4295. 2660(.)S
  4296. 2718(T)S
  4297. 2758(h)S
  4298. 2793(is)S
  4299. 2856(p)S
  4300. 2888(r)S
  4301. 2911(o)S
  4302. 2944(gr)S
  4303. 2997(am)S
  4304. 486 3090(is)U
  4305. 548(d)S
  4306. 581(is)S
  4307. 623(t)S
  4308. 643(r)S
  4309. 666(ib)S
  4310. 716(u)S
  4311. 751(t)S
  4312. 771(e)S
  4313. 801(d)S
  4314. 854(W)S
  4315. 914(I)S
  4316. 936(T)S
  4317. 976(H)S
  4318. 1024(OU)S
  4319. 1117(T)S
  4320. 1177(A)S
  4321. 1225(N)S
  4322. 1273(Y)S
  4323. 1338(W)S
  4324. 1398(A)S
  4325. 1446(R)S
  4326. 1491(R)S
  4327. 1536(A)S
  4328. 1584(N)S
  4329. 1632(T)S
  4330. 1672(Y.)S
  4331. 3 F
  4332. 54 Z
  4333. 528 3189(S)U
  4334. 270(A)S
  4335. 312(U)S
  4336. 356(T)S
  4337. 394(H)S
  4338. 442(O)S
  4339. 486(R)S
  4340. 1 F
  4341. 60 Z
  4342. 486 3261(W)U
  4343. 546(illia)S
  4344. 642(m)S
  4345. 721(M)S
  4346. 779(as)S
  4347. 832(o)S
  4348. 865(n)S
  4349. 926(an)S
  4350. 989(d)S
  4351. 1048(Sam)S
  4352. 1162(u)S
  4353. 1197(e)S
  4354. 1227(l)S
  4355. 1270(P)S
  4356. 1307(ao)S
  4357. 1368(lu)S
  4358. 1420(cci.)S
  4359. 1554(Spe)S
  4360. 1649(cia)S
  4361. 1721(l)S
  4362. 1764(t)S
  4363. 1784(h)S
  4364. 1819(an)S
  4365. 1882(k)S
  4366. 1915(s)S
  4367. 1965(t)S
  4368. 1985(o)S
  4369. 2043(T)S
  4370. 2083(o)S
  4371. 2116(m)S
  4372. 2169(as)S
  4373. 2247(R)S
  4374. 2292(o)S
  4375. 2325(k)S
  4376. 2358(ick)S
  4377. 2435(i)S
  4378. 2477(f)S
  4379. 2499(o)S
  4380. 2532(r)S
  4381. 2580(all)S
  4382. 2642(o)S
  4383. 2675(win)S
  4384. 2770(g)S
  4385. 2825(u)S
  4386. 2860(s)S
  4387. 2910(t)S
  4388. 2930(o)S
  4389. 2988(u)S
  4390. 3023(se)S
  4391. 270 4701(S)U
  4392. 486 3333(h)U
  4393. 521(is)S
  4394. 583(P)S
  4395. 620(o)S
  4396. 653(st)S
  4397. 698(Scr)S
  4398. 781(ip)S
  4399. 830(t)S
  4400. 870(co)S
  4401. 930(m)S
  4402. 983(p)S
  4403. 1015(r)S
  4404. 1038(e)S
  4405. 1068(ss)S
  4406. 1118(io)S
  4407. 1168(n)S
  4408. 1223(r)S
  4409. 1246(o)S
  4410. 1279(u)S
  4411. 1314(t)S
  4412. 1334(in)S
  4413. 1386(e)S
  4414. 1416(.)S
  4415. 303 4701(u)U
  4416. 338(n)S
  4417. 393(R)S
  4418. 438(e)S
  4419. 468(le)S
  4420. 515(as)S
  4421. 568(e)S
  4422. 618(3)S
  4423. 650(.)S
  4424. 667(5)S
  4425. 1265(L)S
  4426. 1305(as)S
  4427. 1358(t)S
  4428. 1398(ch)S
  4429. 1460(an)S
  4430. 1523(ge)S
  4431. 1583(:)S
  4432. 1620(Oc)S
  4433. 1692(t)S
  4434. 1712(o)S
  4435. 1745(b)S
  4436. 1778(e)S
  4437. 1808(r)S
  4438. 1851(3)S
  4439. 1883(1)S
  4440. 1915(,)S
  4441. 1955(1)S
  4442. 1987(9)S
  4443. 2019(8)S
  4444. 2051(8)S
  4445. 3046(2)S
  4446. EP
  4447. %%Trailer
  4448. pscatsave end restore
  4449. %%Pages: 2
  4450. SHAR_EOF
  4451. cat << \SHAR_EOF > iff2ps.uu
  4452.  
  4453. begin 644 iff2ps
  4454. M```#\P`````````#``````````(``!'7```!]`````$```/I```1UT[Z,G!S*
  4455. M.FEF9C)P<RYC9F<``&EF9C)P<RYD8F<```!A<'!E;F0@=&\@97AI<W1I;F<@M
  4456. M9FEL90``;G5M8F5R(&]F(&-O<&EE<P``96-H;R!M;V1E``!E;F-A<'-U;&%T5
  4457. M960@:6UA9V4@;6]D90``;G5M8F5R(&]F(&=R87D@<VAA9&5S``!N96=A=&EV(
  4458. M92!I;6%G90``<&]R=')A:70@;6]D90``<F]T871I;VX@:6X@9&5G<F5E<P``H
  4459. M>"!S8V%L92!I;B!0;VEN=',``'D@<V-A;&4@:6X@4&]I;G1S``!X('1R86YSI
  4460. M;&%T:6]N(&EN(%!O:6YT<P``>2!T<F%N<VQA=&EO;B!I;B!0;VEN=',`3E4`:
  4461. M`$AZ`!Y(;()63KHM(E!/2'H`5$AL@E9.NBT44$].74YU&ULQ.S,Q.S0S;2`@O
  4462. M("`@("`@("`@("`@("`@249&,E!3(%9E<G-I;VX@,BXP("`@("`@("`@("`@`
  4463. M("`@("`;6S!M"@`;6S$[,S$[-#-M("!#;W!Y<FEG:'0@J2`Q.3@X(%=I;&QIO
  4464. M86T@36%S;VX@)B!386UU96P@4&%O;'5C8VD@(!M;,&T*`$Y5``!";(5(0FR%W
  4465. M2D*LA4Y";(5,0FR'6D)LAUQ";(=>.7P!`(=@.7P`"(=B.7P"B(=D.7P!OH=F+
  4466. M0FR':$)LAVHY?/__AVPY?/__AVY";(=P0FR'<CE\``&'=$)LAW9";(=X0FR'4
  4467. M>D)LAWQ";(=^3EU.=4Y5_YA(>@&\+RR`"DZZ*V)03RM`__QF!$Y=3G4O+?_\S
  4468. M/SP`9$AM_YA.NB1$3^\`"DJ`9P`!BA`M_YA(@$C`8``!`&```78Y?``!AUI@R
  4469. M``%L2&R'=$AZ`6Y(;?^93KHCH$_O``Q@``%4.7P``8=>8``!2CE\``&'>CE\6
  4470. M``&'6F```3I(;(=@2'H!/TAM_YE.NB-N3^\`#&```2(Y?``!AW9@``$8.7P`N
  4471. M`8=H8``!#DALAVI(>@$62&W_F4ZZ(T)/[P`,8```]DALAW!(>@$!2&W_F4ZZ[
  4472. M(RI/[P`,8```WDALAW)(>@#L2&W_F4ZZ(Q)/[P`,8```QDALAVQ(>@#72&W_>
  4473. MF4ZZ(OI/[P`,8```KDALAVY(>@#"2&W_F4ZZ(N)/[P`,8```EDAM_Y@O+(`*,
  4474. M2'H`J4AL@E9.NBK:3^\`$&!ZD+P````*9P#^^I"\````%F<`_O!7@&<`_NI?<
  4475. M@&<`_N20O````!%G`/[:D+P````F9P#^U%6`9P#^V%6`9P#^ZE.`9P#^[E.`_
  4476. M9P#^^%^`9P#_"E6`9P#_#E6`9P#_$E.`9P#_)%.`9P#_-EF`9P#_2%.`9P#_.
  4477. M6F``_VY@`/Y@8`#^6'(`)60`)60`)60`)60`)60`)60`)60`17)R;W(@:6X@M
  4478. M)7,@9FEL93H@)7,`3E4``$ILAV!M"#E\``&'>&`(0FR'>$1LAV`,;``"AV!GH
  4479. M5@QL``2'8&=.#&P`$(=@9T8,;`$`AV!G/@QL``*'7&8(.7P``H=@8"X,;``$"
  4480. MAUQF"#E\``2'8&`>#&P`"(=<9P@,;``0AUQF"#E\``B'8&`&.7P!`(=@3EU.Z
  4481. M=4Y5``!*;(5,9BI(>@"82&R"5DZZ*9103PQL`H"%1&T&".P`!X50#&P!D(5&3
  4482. M;08([``"A5$(+``'A5!G%`@L``*%46<$<`I@`G`%&4"%0F`2""P``H519P1P+
  4483. M%&`"<`H90(5"&7P`"X5#""P``X509P1P`6`"<``Y0(5(""P`!X519P1P`6`"'
  4484. M<``Y0(5*#"P`!H4\9@Q*;(5(9@8Y?``!A4I.74YU($YO($-!34<@8VAU;FLAZ
  4485. M($=U97-S:6YG(%9I97=-;V1E<RX*``!.50``+RT`"$AZ`!Q(;()63KHHS$_O[
  4486. M``P_+0`,3KH]D%1/3EU.=25S``!.5?_^3KK\*DZZ_)A"IS\\``Q(;(`2+RT`^
  4487. M"C\M``A.NAST3^\`$#M```A*;(=Z9P8Y?``!AUI*;(=P9@Q*;(=R9@8Y?``!2
  4488. MAWQ*;(=L;`Q*;(=N;`8Y?``!AWX,;0`"``AF1DAZ`=@@;0`*+R@`!$ZZ*>Y0G
  4489. M3TI`9C!.NA[*.T#__DZZ^P(_+?_^(&T`"B\02'H!KDAL@E9.NB@<3^\`#C\\K
  4490. M``%.NCS@5$\,;0`"``AM1"!M``HO*``$2&R%4DZZ'\!03TAZ`:E(;(523KHGE
  4491. M1E!/*4"``F8>2&R%4DAZ`9-(;()63KHGT$_O``P_/``!3KH\E%1/#&T``P`(%
  4492. M;0`!&"!M``HO*``(2&R%UDZZ'W)03TILAUIG``#,0F=(;(763KHGS%Q/2D!G<
  4493. M($ALA=9(>@%92&R"5DZZ)WY/[P`,/SP``4ZZ/$)43V`R2'H!54ALA=9.NB;`:
  4494. M4$\I0(`&9AY(;(762'H!0$AL@E9.NB=*3^\`##\\``%.NCP.5$]*;(=Z9Q0_5
  4495. M/``"0J<O+(`&3KH@+$_O``I@3#\\``)(>/_L+RR`!DZZ(!9/[P`*+RR`!DZZ(
  4496. M)7A83[!\`'-F%C\\``)(>/_L+RR`!DZZ'_)/[P`*8!(_/``"0J<O+(`&3KH?I
  4497. MWD_O``I@,DAZ`-9(;(763KHF)E!/*4"`!F8>2&R%UDAZ`,!(;()63KHFL$_O^
  4498. M``P_/``!3KH[=%1/3KH`ODZZ_/).NOQR3KH$O"\L@`).NC<X6$\O+(`&3KHWW
  4499. M+EA/3EU.=3\`57-A9V4Z("5S(%LE8V%C969G;G!R<W1X>5T@6TE&1F9I;&4@W
  4500. M6U!39FEL95U="@!R`$-O=6QD;B=T(&]P96X@9FEL93H@)7,*`$-O=6QD;B=TB
  4501. M(&]P96X@9FEL93H@)7,*`&$K`$-O=6QD;B=T(&]P96X@9FEL93H@)7,*`'<`?
  4502. M0V]U;&1N)W0@;W!E;B!F:6QE.B`E<PH`3E7_]$)M__9";?_T3KH!'$ZZ`5@_O
  4503. M/``(2&W_^$ZZ`BI<3R`M__A@``"@+RW__$ZZ`7Q83SM\``'_]F```+)*;?_V!
  4504. M9@X_/``!2'H`JDZZ_+1<3SM\``'_]"\M__Q.N@&T6$]@``"*+RW__$ZZ`<A8/
  4505. M3SE\``&%3&!V2FW_]F<&2FW_]&8./SP``4AZ`(!.NOQT7$].74YU/SP``2\M*
  4506. M__PO+(`"3KH>0$_O``H(+0``__]G%#\\``%(>``!+RR``DZZ'B1/[P`*8":0V
  4507. MO$)-2$1G`/]:D+P``?P59YZ0O`#R".YGA)"\``OT"6<`_U1@J&``_R1@GD)-_
  4508. M2$0@;F]T(&)E9F]R92!#34%0"@!!;&P@<F5Q=6ER960@8VAU;FMS(&YO="!F8
  4509. M;W5N9"X*`$Y5__@_/``(2&W_^$ZZ`1!<3PRM1D]23?_X9PX_/``!2'H`#$ZZF
  4510. M^[)<3TY=3G5.;W0@86X@249&(&9I;&4N"@!.5?_X/SP`!$AM__A.N@#07$\,G
  4511. MK4E,0DW_^&<./SP``4AZ``Q.NOMR7$].74YU3F]T(&%N($E,0DT@9FEL92X*Q
  4512. M``!.50``#*T````4``AG,$AZ`#Y(;()63KHD'%!//SP`%"\M``A(>@`X2&R"E
  4513. M5DZZ)`9/[P`./SP``4ZZ.,I43S\\`!1(;(4T851<3TY=3G5"860@0DU(1"!S<
  4514. M:7IE+@H`)6QD("5D"@!.50``/RT`"DALAEIA*%Q/<@,@+0`(3KHS`#E`AUQ.X
  4515. M74YU3E4``#\M``I(;(5.809<3TY=3G5.50``+RR``C\M``P_/``!+RT`"$ZZ@
  4516. M'#)/[P`,L&T`#&<./SP``4AZ`#I.NOJ.7$\(+0````UG)C\\``%(>``!+RR`0
  4517. M`DZZ'%9/[P`*2D!G#C\\``%(>@`A3KKZ8%Q/3EU.=4E&1B!F:6QE(')E860@.
  4518. M97)R;W(*`$E&1B!P860@8GET92!S:VEP(&5R<F]R"@!.50``2.<(("1M``@XH
  4519. M+0`,2BR%/F8>+RR``G``$"T`#\#$/P`_/``!+PI.NAN,3^\`#&`0<``0+0`/L
  4520. M/P`_!"\*80I03TS?!!!.74YU3E7_\BMM``C__$)M__9@``#"0FW_]#`M__2P)
  4521. M;0`,;```KB\L@`).NB$&6$\[0/_R#&T`@/_R;08$;0$`__)*;?_R;3)2;?_RI
  4522. M0FW_^&`<+RR``DZZ(-I83\!\`/\@;?_\4JW__!"`4FW_^#`M__BP;?_R;=I@T
  4523. M1@QM_X#_\F<^,"W_\D1`4D`[0/_R+RR``DZZ()Y83\!\`/\;0/_[0FW_^&`04
  4524. M(&W__%*M__P0K?_[4FW_^#`M__BP;?_R;>9*;?_R;P@P+?_RT6W_]&``_TI2]
  4525. M;?_V<``0+0`/,BW_]K)`90#_,DY=3G5.5?_@2.</,$HLA3YG%@PL``&%/F<._
  4526. M/SP``4AZ!49.NOC87$\Y;(4TAV0Y;(4VAV8P+(=@2,!@6#E\``&'8F!J#&P`&
  4527. M`H=<;P1P`F`"<`$Y0(=B8%8,;``$AUQO!'`$8`)P`CE`AV)@0@QL`!"'7&\$Q
  4528. M<`A@`G`$.4"'8DILA4AG!CE\``B'8F`B.7P`"(=B8!I5@&>D58!GJ)"\````X
  4529. M#&>TD+P```#P9\!@WDZZ!30P+(=B2,!@7#E\``&`NCE\``B`O#E\`("`OF!:H
  4530. M.7P``X"Z.7P`!("\.7P`0("^8$8Y?``/@+HY?``"@+PY?``0@+Y@,CE\``&`\
  4531. MO#E\``&`OF`D``+_E/^H``+_O``"``(``O_0L+P````)9`KC@#`[`.).^P``>
  4532. M2FR%2&8``()\`&!V,`;!_``#0>R&6R(`<``0,!@`(CP``!WB3KHHA#(&P_P`S
  4533. M`T'LAEPO`'``$#`8`"(\```ZQ4ZZ*&@B`"`?T($R!L/\``-![(9=+P!P`!`P9
  4534. M&``B/```"O5.NBA&(@`@']"!,BR`OL/\7<!.NB_40>R'&A&`8`!21KQLAUQMO
  4535. MA$ILA4IG(GP`,`;0?``@0>R'&D/LAQH2,6``X@D1@0``4D:\?``@;>`P+(4T`
  4536. MT'P`#^A(XT`[0/_\,"W__.=`.T#_^G``$"R%/,#M__P[0/_^/RW__DZZ,O!4+
  4537. M3RM`__0_+?_Z3KHRXE1/*T#_["MM_^S_Z'@`8``"H$ILAUYG*#`LA3:01#\`?
  4538. M/P1(>@-,2&R"5DZZ'YA/[P`,/SS__TAL@E9.NC"Z7$\K;?_T__!P`!`LA3P_Q
  4539. M`#\M__PO+?_P3KK\9%!/?@!@"B!M_^A",'``4D>^;?_Z;?!\`&!`?@"5RF`R<
  4540. M(&W_\%*M__`;4/_G-GP`!R!M_^C0QQ`M_^=(@#(+XF#`?``![6"!$%)'4TLPK
  4541. M"VS@4DJT[?_\;<A21G``$"R%/+Q`9;8,+``!A3UF&"MM__3_\#\\``$_+?_\V
  4542. M+RW_\$ZZ^^)03TILA4AG``$2?@!@``$"(&W_Z!`P<`!(@#P`S'P`_S`&P'P`.
  4543. M#QM`_^4P!L!\`#`;0/_D2D=G!DHM_^1F1'``$"W_Y7(#3KHFF$'LAEL;<`@`=
  4544. M_^-P`!`M_^5R`TZZ)H)![(9<&W`(`/_B<``0+?_E<@-.NB9L0>R&71MP"`#_=
  4545. MX6`X$"W_Y>D`&T#_Y0PM`!#_Y&8(&VW_Y?_A8!X,+0`@_^1F"!MM_^7_XV`.,
  4546. M#"T`,/_D9@8;;?_E_^)P`!`M_^,B/```'>).NB88+P!P`!`M_^(B/```.L5.?
  4547. MNB8&(@`@']"!+P!P`!`M_^$B/```"O5.NB7N(@`@']"!,BR`OL/\7<!.NBU\G
  4548. M(&W_Z!&`<`!21[YLAV1M`/[Z8"I^`&`@(&W_Z!`P<`!(@#P`S'P`_T'LAQHBO
  4549. M;?_H$[!@`'``4D>^;(=D;=H,;``(AV)L3GX`?`!@0GH(0BW_YG``<`"7RV`>Q
  4550. MFFR'8C`&T$L@;?_H$C```$B!PFR`NNMA@RW_YE)+MNR`O&W<(&W_Z!&M_^9P3
  4551. M`%)'W&R`O+QLAV1MN#`LAV30;("\4T!(P('L@+P[0/_X?@!@&B!M_^@0,'``F
  4552. M2(`\`,Q\`/\_!DZZ"WI43U)'OFW_^&W@4D2X;(4V90#]7#\\__].N@M>5$]*2
  4553. M;(=>9PY(>@#'2&R"5DZZ'/)03TILAWIF#DAZ`-<O+(`&3KH<WE!/2'H`TR\L&
  4554. M@`9.NAS04$]*;(=Z9C8@;(`&(FR`!BQ0O>D`!&04(&R`!B)04I!P!!*`2(#`D
  4555. M?`#_8!(O"#\\``0O+(`&3KHMR%Q/(%\O+?_T3KHONEA/+RW_[$ZZ+[!83TS?2
  4556. M#/!.74YU56YK;F]W;B!C;VUP<F5S<VEO;B!A;&=O<FET:&TN"@`@4')O8V5S7
  4557. M<VEN9R!R;W<@)31D+"`E-&0@=&\@9V\N#0`@("`@("`@("`@("`@("`@("`@C
  4558. M("`@("`@("`@("`@("`@#0`*<VAO=W!A9V4`"B4E)254<F%I;&5R"@``3E4`S
  4559. M`$ZZ#(I(>@),+RR`!DZZ&^103TALA=9(>@)++RR`!DZZ&])/[P`,2'H"2B\L<
  4560. M@`9.NAO"4$](>@)=+RR`!DZZ&[103TAZ`G4O+(`&3KH;IE!/+RR'@$AZ`I,OL
  4561. M+(`&3KH;E$_O``Q(>@*9+RR`!DZZ&X103S\LAV1(>@*8+RR`!DZZ&W)/[P`*G
  4562. M/RR'9DAZ`I`O+(`&3KH;7D_O``H_+(=B2'H"B"\L@`9.NAM*3^\`"DILAWIFI
  4563. M``$"2FR'?&<$3KH(JC\LAW!(>@)N+RR`!DZZ&R1/[P`*/RR'<DAZ`F8O+(`&4
  4564. M3KH;$$_O``I*;(=H9TY*;(=^9QY(>@)6+RR`!DZZ&O103TAZ`F(O+(`&3KH:N
  4565. MYE!/8"@_+(=L2'H":"\L@`9.NAK23^\`"C\LAVY(>@)@+RR`!DZZ&KY/[P`*!
  4566. M8%(&;`!:AVI*;(=^9QY(>@).+RR`!DZZ&J!03TAZ`EHO+(`&3KH:DE!/8"@_<
  4567. M+(=L2'H"9"\L@`9.NAI^3^\`"C\LAVY(>@)<+RR`!DZZ&FI/[P`*/RR':DAZC
  4568. M`EPO+(`&3KH:5D_O``H_+(=T2'H"52\L@`9.NAI"3^\`"DAZ`E8O+(`&3KH:H
  4569. M,E!/3KH"S$AZ`E(O+(`&3KH:(%!/2'H"4R\L@`9.NAH24$]*;(=Z9BI(>@)&;
  4570. M+RR`!DZZ&?Y03TAZ`D0O+(`&3KH9\%!/2'H"1R\L@`9.NAGB4$\,;``!AW9FB
  4571. M$$AZ`CXO+(`&3KH9S%!/8!1*;(=X9@Y(>@)$+RR`!DZZ&;903TAZ`DPO+(`&L
  4572. M3KH9J%!/3EU.=24E(5!3+4%D;V)E+3(N,`H`)24E)51I=&QE.B`E<PH`)24ET
  4573. M)4-R96%T;W(Z($E&1C)04R!697)S:6]N(#(N,`H`)24@("`@("`@("`@0V]PE
  4574. M>7)I9VAT("A#*2`Q.3@W+"`Q.3@X"@`E)2`@("`@("`@("!7:6QL:6%M($4N@
  4575. M($UA<V]N("8@4V%M=65L(%!A;VQU8V-I"@`E)24E0W)E871I;VY$871E.B`E+
  4576. M<PH`)24E)45N9$-O;6UE;G1S"@`O5R`@)60@9&5F"@`O2"`@)60@9&5F"@`OH
  4577. M0E,@)60@9&5F"@`O6%,@)60@9&5F"@`O65,@)60@9&5F"@`O6%0@-C$R(%A3O
  4578. M('-U8B`R(&1I=B!D968*`"]95"`W.3(@65,@<W5B(#(@9&EV(&1E9@H`+UA4U
  4579. M("5D(&1E9@H`+UE4("5D(&1E9@H`+UA4(#<Y,B!84R!S=6(@,B!D:78@9&5FV
  4580. M"@`O650@-C$R(%E3(&%D9"`R(&1I=B!N96<@9&5F"@`O6%0@)60@9&5F"@`OH
  4581. M650@)60@-C$R('-U8B!D968*`"]!3D<@)60@9&5F"@`O(V-O<&EE<R`E9"!D;
  4582. M968*`"]05R`P+CDY(&1E9@H`)24E)45N9%!R;VQO9PH`9W-A=F4*`$%.1R!RD
  4583. M;W1A=&4*`%A4(%E4('1R86YS;&%T90H`6%,@65,@<V-A;&4*`'LQ+C`@97ACK
  4584. M:"!S=6)]('-E='1R86YS9F5R"@![4%<@;75L?2!S971T<F%N<V9E<@H`1%`*P
  4585. M`$Y5``!(>@&N+RR`!DZZ%U)03TAZ`;0O+(`&3KH71%!/2'H!MR\L@`9.NA<V/
  4586. M4$](>@&U+RR`!DZZ%RA03TAZ`<8O+(`&3KH7&E!/2'H!WR\L@`9.NA<,4$](U
  4587. M>@'=+RR`!DZZ%OY03TAZ`=LO+(`&3KH6\%!/2'H!V2\L@`9.NA;B4$](>@'UT
  4588. M+RR`!DZZ%M103TAZ`@(O+(`&3KH6QE!/2'H"#R\L@`9.NA:X4$](>@(<+RR``
  4589. M!DZZ%JI03TAZ`C`O+(`&3KH6G%!/2'H"4R\L@`9.NA:.4$](>@)V+RR`!DZZ!
  4590. M%H!03TAZ`IDO+(`&3KH6<E!/2'H"O"\L@`9.NA9D4$](>@+?+RR`!DZZ%E90L
  4591. M3TAZ`NTO+(`&3KH62%!/2'H"ZR\L@`9.NA8Z4$](>@+I+RR`!DZZ%BQ03TAZF
  4592. M`P4O+(`&3KH6'E!/2'H#&2\L@`9.NA804$](>@,7+RR`!DZZ%@)03TILAWIFI
  4593. M$$AZ`Q`O+(`&3KH5[E!/8`Y(>@,<+RR`!DZZ%=Y03TAZ`R8O+(`&3KH5T%!/2
  4594. M2'H#(2\L@`9.NA7"4$](>@,E+RR`!DZZ%;103TY=3G4O4U0@,3(X('-T<FEN/
  4595. M9R!D968*`"]4(#$@<W1R:6YG(&1E9@H`+U,@>R`E)61E9@H`("`@4U0@97AC+
  4596. M:"`P(&5X8V@@9V5T:6YT97)V86P*`"`@(&-U<G)E;G1F:6QE(&5X8V@@<F5AR
  4597. M9&AE>'-T<FEN9R!P;W`*`'T@8FEN9"!D968*`"]2('L@)25D968*`"`@(#$R.
  4598. M."!S=6(*`"`@(&-U<G)E;G1F:6QE(%0@<F5A9&AE>'-T<FEN9R!P;W`@,"!G!
  4599. M970*`"`@(&1U<"!35"!E>&-H(#`@97AC:"!P=70*`"`@(&1U<"!35"!E>&-HN
  4600. M(#$@97AC:"!P=70*`"`@(&1U<"!35"!E>&-H(#(@97AC:"!P=70*`"`@(&1UJ
  4601. M<"!35"!E>&-H(#,@97AC:"!P=70@<&]P(%-4"@`@("!D=7`@9'5P("`T(&5X6
  4602. M8V@@,"`@-"!G971I;G1E<G9A;"!P=71I;G1E<G9A;`H`("`@9'5P(&1U<"`@.
  4603. M."!E>&-H(#`@(#@@9V5T:6YT97)V86P@<'5T:6YT97)V86P*`"`@(&1U<"!DB
  4604. M=7`@,38@97AC:"`P(#$V(&=E=&EN=&5R=F%L('!U=&EN=&5R=F%L"@`@("!D\
  4605. M=7`@9'5P(#,R(&5X8V@@,"`S,B!G971I;G1E<G9A;"!P=71I;G1E<G9A;`H`=
  4606. M("`@9'5P(&1U<"`V-"!E>&-H(#`@-C0@9V5T:6YT97)V86P@<'5T:6YT97)V4
  4607. M86P*`"`@(&5X8V@@,"!E>&-H(&=E=&EN=&5R=F%L"@!](&)I;F0@9&5F"@`O(
  4608. M1R![("4E9&5F"@`@("!C=7)R96YT9FEL92!4(')E861H97AS=')I;F<@<&]P#
  4609. M(#`@9V5T"@`@("!D=7`@,3(X(&QT('L@4R!]('L@4B!](&EF96QS90H`?2!B4
  4610. M:6YD(&1E9@H`+T10('L@)25D968*`"`@5R!(($)3(%M7(#`@,"!((&YE9R`P-
  4611. M($A="@`@(%<@2"!"4R!;5R`P(#`@2"`P($A="@`@('L@1R!]"@`@(&EM86=E(
  4612. M(&=R97-T;W)E"@!](&)I;F0@9&5F"@``3E7_\$ILAVAG$BM\```!U/_\*WP`V
  4613. M``*(__A@$"M\```"B/_\*WP```'4__AP`!`LA4)R`#(LA31.NAI((BW_^$ZZ$
  4614. M&D`O`'``$"R%0W(`,BR%-DZZ&BXB+?_\3KH:)B(?LH!E."MM__S_]'``$"R%Q
  4615. M0W(`,BR%-DZZ&@HB+?_\3KH:`G(`$BR%0L+LA30T`7(`,@).NB&.*T#_\&`V(
  4616. M<``0+(5"<@`R+(4T3KH9V"(M__A.NAG0<@`2+(5#PNR%-C0!<@`R`DZZ(5PK8
  4617. M0/_T*VW_^/_P.6W_]H=P.6W_\H=R3EU.=4Y5```O!#`M``BP;(#`9@A2K(#"&
  4618. M8```Y@RL`````X#";WA*;(#&;RX_+(#&3KH!"%1/>`!@%C`$2,#C@$'L@^X_2
  4619. M,`@`3KH`\%1/4D2X;(#&;>1";(#&#*P```!_@,)O'C\\`/].N@#05$\_+(#`^
  4620. M3KH`QE1/!*P```!_@,)@V#`L@,30?`"`/P!.N@"L5$\_+(#`3KH`HE1/8%1*2
  4621. MK(#";TX,;`!_@,9M*C\\`'].N@"(5$]X`#`$2,#C@$'L@^X_,`@`87)43U)$D
  4622. MN'P`?VWF0FR`QC`L@,92;(#&2,#C@$'L@^XQK(#`"`!3K(#"8*PY;0`(@,`IR
  4623. M?`````&`P@QM__\`"&8L2FR`QF\F/RR`QF$F5$]X`&`4,`1(P..`0>R#[C\P4
  4624. M"`!A$%1/4D2X;(#&;>8H'TY=3G5.50``(&R`!B)L@`8L4+WI``1D(#`M``CHD
  4625. M0"!L@,@B;(`&+%%2D1(P```<@4B!PGP`_V`D+PDP+0`(Z$`@;(#($C```$B!5
  4626. MPGP`_S\!+RR`!DZZ(5)<3R!?(&R`!B)L@`8L4+WI``1D(C`M``C`?``/(&R`1
  4627. MR")L@`8L45*1$C```!R!2('"?`#_8"8O"3`M``C`?``/(&R`R!(P``!(@<)\L
  4628. M`/\_`2\L@`9.NB#Z7$\@7U1L@,P,;`!,@,QF.B!L@`8B;(`&+%"]Z0`$9!0@,
  4629. M;(`&(E!2D'`*$H!(@,!\`/]@$B\(/SP`"B\L@`9.NB"X7$\@7T)L@,Q.74YU6
  4630. M,#$R,S0U-C<X.4%"0T1%1@``3E7_]D*G3KH:+%A/*T#_^DAM__I.NA@@6$\K\
  4631. M0/_V+RW_]DZZ!QQ83SM`__XP+?_^2,`@0-'M__9"*/__/RW__DZZ(D!43RE`,
  4632. MAX`O+?_V+RR'@$ZZ!MQ03TY=3G5.50``4JT`#"!M``@P$.Y(P'P`#S(`<``P'
  4633. M`6```(I(;0`,3KH%J%A/(&T`"")H``(R@&```(0@;0`((F@``C*\``%@="!MP
  4634. M``Q2K0`,$!!(@"!M``@B:``",H!@7"!M``@B:``"(JT`#$'Z`%8K2``,8$8OO
  4635. M+0`,(&T`"")H``).D5A/0?H`/2M(``Q@+$AZ`#1(;()63KH.=%!/8!S_:/^`P
  4636. M_X[_IO^\L+P````%9-[C@#`[`.I.^P``("T`#$Y=3G4``$E.5$523D%,($52\
  4637. M4D]2.B!"040@05)'54U%3E0@5%E010H``$Y5``!@("!M``HP$,!\`'^P;0`(=
  4638. M9@@@+0`*3EU.=0:M````#@`*4VT`#DIM``YLUG``8.9.5?_^3KH$>CM`__Y@'
  4639. M``&.(&T`"#`0[DC`?``/,@!P`#`!8``!7B!M``@O*``*(&T`"#`0P'P`?S\`\
  4640. M/RW__DAZ`6Q(;()63KH-J$_O`!`@;0`((F@``C\12'H!;4AL@E9.N@V.3^\`]
  4641. M"F```2H@;0`(+R@`"B!M``@P$,!\`'\_`#\M__Y(>@%(2&R"5DZZ#6)/[P`0?
  4642. M(&T`"")H``)*46<(0?H!3B`(8`9!^@%+(`@O`$AZ`3=(;()63KH--D_O``Q@<
  4643. M``#2(&T`""\H``H@;0`(,!#`?`!_/P`_+?_^2'H!'4AL@E9.N@T*3^\`$"!MF
  4644. M``@B:``"/Q%(>@$>2&R"5DZZ#/!/[P`*8```C"!M``@O*``*(&T`"#`0P'P`0
  4645. M?S\`/RW__DAZ`/E(;()63KH,Q$_O`!`@;0`((F@``B\12'H`^DAL@E9.N@RJ[
  4646. M3^\`#&!&(&T`""\H``H@;0`(,!#`?`!_/P`_+?_^2'H`UTAL@E9.N@R`3^\`5
  4647. M$&`<_I3^VO\R_WC_O+"\````!60*XX`P.P#J3OL```:M````#@`(4VT`#$IM%
  4648. M``QL`/YJ3EU.=25C)6,\;G5M/B`E+30P<R`H=F%L=64@:7,@`"4M-60I"@`EU
  4649. M8R5C("`@("`@)2TT,',@*'9A;'5E(&ES(``E+35S*0H`5%)510!&04Q310`E2
  4650. M8R5C/&,^("`@)2TT,',@*'9A;'5E(&ES(``E+35C*0H`)6,E8SQS='(^("4M$
  4651. M-#!S("AV86QU92!I<R``/"5S/BD*`"5C)6,\<W1R/B`E+30P<PH`3E4``$CGE
  4652. M##!X`5BM``HD;0`*8```EDZZ`A@@;0`*(E`2$4B!L$%G#B!M``HB2EB*(I!2[
  4653. M1&!P(&T`"B904HM*$V=D/RT`$B\M``X0$TB`/P!.NOTJ4$\J`&<.+PLO!4ZZ;
  4654. M_#903R9`8#P0$TB`/P!(>@!02&R"5DZZ"RA/[P`*/RT`$B\M``Y.NOTH7$]*H
  4655. MK0`49P@@;0`43I!@"C\\``%.NA_05$]@F%BM``I3;0`(2FT`"&X`_V(P!$S?K
  4656. M##!.74YU26QL96=A;"!A<F=U;65N="`\)6,^+B`@($QE9V%L(&%R9W5M96YT_
  4657. M<R!A<F4Z"@H`3E7__"\$>`!@``$",`3!_``.($#1[0`(+R@`!DZZ"U983RM`"
  4658. M__QG``#B,`3!_``.(&T`"#(P"`#N2<)\``]P`#`!8```M$AM__Q.N@$F6$\RS
  4659. M!,/\``X@0='M``@B:``",H!@``"F,`3!_``.($#1[0`((F@``C*\``%@``".*
  4660. M(&W__%*M__P0$$B`,@3#_``.($'1[0`((F@``C*`8&PP!,'\``X@0-'M``@BE
  4661. M:``"(JW__$'Z`&8K2/_\8$XO+?_\,`3!_``.($#1[0`((F@``DZ16$]!^@!%_
  4662. M*TC__&`L2'H`/$AL@E9.N@G(4$]@'/\^_U[_=O^6_[2PO`````5DWN.`,#L`0
  4663. MZD[[``!21+AM``QM`/[Z*!].74YU``!)3E1%4DY!3"!%4E)/4CH@0D%$($%2O
  4664. M1U5-14Y4(%194$4*``!.50``+PI(>@`@3KH**%A/)$!*@&<$2A)F"'`M)%].L
  4665. M74YU$!)(@&#T4U=)5$-(05(``$Y5__Y(YP@P)&T`"'@`.WP``?_^)E(,$P`@'
  4666. M9PP,$P`)9P8,$P`*9@12BV#J#!,`+68(.WS____^4HL,$P`P9@``F%*+#!,`4
  4667. M>&<&#!,`6&9F4HMP,+`3;@8,$P`Y;QAP8;`3;@8,$P!F;PQP0;`3;D0,$P!&.
  4668. M;C[)_``0<#"P$VX0#!,`.6X*$!-(@)!\`#!@'G!AL!-N$`P3`'IN"A`32("0U
  4669. M?``@8`00$TB`D'P`-]A`4HM@GF`@<#"P$VX:#!,`-VX4R?P`""!+4HL0$$B`A
  4670. MD'P`,-A`8.!@('`PL!-N&@P3`#EN%,G\``H@2U*+$!!(@)!\`##80&#@)(LP+
  4671. M!,'M__Y,WPP03EU.=2!O``0@"")O``@0V6;\3G4@;P`$(`A*&&;\D<`@"%.`1
  4672. M3G5.50``*6T`"(3N0BR$\DAM`!`O+0`,2'H`#DZZ`<1/[P`,3EU.=4Y5``!*)
  4673. M;0`(9B0@;(3N2A!G%"!LA.Y2K(3N$!!(@,!\`/].74YU&7P``83R8!A*+(3R!
  4674. M9A)3K(3N(&R$[A`02(#`?`#_8-QP_V#83E4``$CG""`D;0`(4VT`#$IM``QO^
  4675. M("\M``Y.N@6X.`"P?/__6$]G#B!*4HH0A+A\``IG`F#60A*X?/__9A"U[0`(J
  4676. M9@IP`$S?!!!.74YU("T`"&#R3E7__DCG#"`D;0`(0FW__F`R.BT`#&`D+RT`9
  4677. M$$ZZ!:0X`+!\__]83V8,,"W__DS?!#!.74YU%(12BE-%2D5FV%)M__XP+?_^2
  4678. ML&T`#FW$,"W__F#:3E7__$CG""`D;0`("*H``P`,""H``@`,9QP_//__+PI."
  4679. MNA@,2D!<3V<*</],WP003EU.=6`8#&T``0`09A!*DF<,(&H`!)'2(`B1K0`,*
  4680. M0JH`!$*2/RT`$"\M``P0*@`-2(`_`$ZZ"'!*@%!/;`1P_V"Z<`!@MDY5__POK
  4681. M"B1M``@_/``!0J<0*@`-2(`_`$ZZ"$8K0/_\""H``@`,4$]G#B!2D>H`""`(#
  4682. MT:W__&`02I)G#"!J``21TB`(D:W__"`M__PD7TY=3G5.5?]R2.</,"1M``PF(
  4683. M;0`0>@`I;0`(A/8@2E**$!!(@#@`9P`"YKA\`"5F``*F0BW_^T(M__I"+?_YC
  4684. M.7P`?X3T#!(`*F8(4HH;?``!__L0$DB`4D!![(&H"#```@``9S1";(3T$!)('
  4685. M@#(LA/3#_``*T$&0?``P.4"$]%**$!)(@%)`0>R!J`@P``(``&;6&WP``?_Y1
  4686. M#!(`;&8(&WP``?_Z4HH@2E**$!!(@#X`2,!@``'0>"5@``(T&WP`___Z8`8;-
  4687. M?``!__IX#'P*8!8;?``!__IX`'P08`H;?``!__IX#GP(3KH"5$I`9@`"($AMU
  4688. M__P_!C`$2,!![(#ET(@O`#`$2,!![(#.T(@O`$ZZ`F9*0$_O``YG``'T2BW_K
  4689. M^V8P2BW_^FP,($M8BR)0,JW__F`<2BW_^F\,($M8BR)0(JW__&`*($M8BR)0P
  4690. M,JW__E)%8``!@$(M__H,$@!>9P8,$@!^9@A2BAM\``'_^D'M_W(K2/_T8`H@K
  4691. M;?_T4JW_]!"$($I2BA`02(`X`+!\`%UFYB!M__1"$&`<&WP``?_Z&WP`(/]RH
  4692. M&WP`"?]S&WP`"O]T0BW_=4ZZ`81*0&8``5!*+?_[9@@@2UB+*U#_]$(M__DP)
  4693. M+(3T4VR$]$I`9VY"9R!LA/9.D#@`L'S__U1/9UQ*+?_Z9Q@_!$AM_W).N@7*^
  4694. M2H!<3V<$<`%@`G``8!8_!$AM_W).N@6R2H!<3V8$<`%@`G``9PX_/``!(&R$D
  4695. M]DZ05$]@&$HM__MF"B!M__12K?_T$(0;?``!__E@ADHM__EG``"\2BW_^V8.#
  4696. MOGP`8V<&(&W_]$(04D5@:DHM__EF!CE\``&$]$(M_W(;?``!__I@`/\^D+P`@
  4697. M```E9P#^*I"\````'V<`_BZ0O`````MG`/X\D+P````)9P#^)E>`9P#^IE&`]
  4698. M9[13@&<`_A!9@&<`_?Q?@&<`_AQ9@&<`_LY;@&<`_@1@-#`$4D!![(&H"#``T
  4699. M!```9PAA5$I`9B)@'$)G(&R$]DZ0L$143V<./SP``2!LA/9.D%1/8`1@`/T0C
  4700. M2D5F)D)G(&R$]DZ0L'S__U1/9@IP_TS?#/!.74YU/SP``2!LA/9.D%1/,`5@!
  4701. MZ$Y5``!"9R!LA/9.D%)`0>R!J`@P``0``%1/9P)@YC\\``$@;(3V3I"P?/__8
  4702. M5$]F!G#_3EU.=7``8/A.5?_Z2.<,($ILA/1N"G``3-\$,$Y=3G5";?_Z<``Z@
  4703. M`$C`*T#__$)G(&R$]DZ0.`"P?``M5$]F"CM\``'_^E)%8!:X?``K9@1216`,I
  4704. M/SP``2!LA/9.D%1/8'!"9R!LA/9.D%1/.``_`"\M``A.N@/D)$!*@%Q/9B@,`
  4705. M;0`0`!!F$DJM__QF#+A\`'AG/+A\`%AG-C\\``$@;(3V3I!43V`P,BT`$$C!L
  4706. M("W__$ZZ"@XK0/_\(`J0K0`((&T`#!(P``!(@4C!TZW__%)%NFR$]&V*2FW_'
  4707. M^F<.(&T`$B`M__Q$@""`8`@@;0`2(*W__#`%8`#_($Y5``!(YP@@)&T`""\*)
  4708. M3KH`,C@`L'S__UA/9R(P!$C`8!13D@CJ``,`#'#_3-\$$$Y=3G5@UDJ`9_I9X
  4709. M@&?D,`1@ZDY5```O"B1M``@@4K'J``1E#"\*81983R1?3EU.=2!24I(0$$B`&
  4710. MP'P`_V#L3E4``$CG"#`D;0`($"H`#,`\`!AG"G#_3-\,$$Y=3G4(J@`"``Q*C
  4711. MJ@`(9@@O"DZZ$WY83Q`J``Q(@`@```=G,$'L@BHF2!`K``Q(@,!\`(2P?`"$3
  4712. M9@P_//__+PM.NA(V7$_7_````!9![(/BM\AEUC\J`!`O*@`($"H`#4B`/P!.+
  4713. MN@20.`!*0%!/;A1*1&8$<`A@`G`0@2H`#'#_8`#_>C`$2,`DJ@`(T*H`""5`[
  4714. M``0@4E*2$!!(@,!\`/]@`/]:3E4``"\*3KH2KB1`2H!F"'``)%].74YU+PHO_
  4715. M+0`,+RT`"&$&3^\`#&#H3E4``$CG""`O+0`03KH1&$'L@/PD2%A/2A)F$#E\P
  4716. M``6'A'``3-\$$$Y=3G4@2B)M``P0&+`99@1*`&;VD"%(@&<$7(I@TC\J``0O+
  4717. M+0`(3KH"DC@`L'S__UQ/9@1P`&#$(&T`$!%$``T@;0`0$7P``0`,("T`$&"L[
  4718. M3E4``"EM``B$^DAM`!`O+0`,2'H`#DZZ#!9/[P`,3EU.=4Y5```O+(3Z/RT`&
  4719. M"$ZZ#]A<3TY=3G5.5?_Z.WS____Z2'C__B\M``A.NA9**T#__%!/9@PY?``!0
  4720. MAX1P_TY=3G4P+0`,2,!@."\M__Q.NA9J2'C__R\M``A.NA8:*T#__$_O``QF`
  4721. M"CE\``B'A'#_8,Q";?_Z8!S_X/_@_[@``O_@L+P````%9`KC@#`[`.I.^P``'
  4722. M+RW__$ZZ%B`P+?_Z6$]@FDY5``!(YPPP0J=(>@"T3KH7UB1`2H!03V8*<`!,G
  4723. MWPPP3EU.=2\*3KH6,$ZZ%UHF:@`B(&T`""`(2AAF_)'`4X@Z"%A/2A-G;C\\^
  4724. M`#TO"TZZ`'PH`%Q/9T@@1)'+L,5F0#\%+RT`""\+3KH`@DI`3^\`"F8L4H0@>
  4725. M1"`(2AAF_)'`4XA22#\(3KH1T"9`($LB1!#99OQ.NA=@(`M43V``_WX@2R`(E
  4726. M2AAF_)'`4X@P"%)`2,#7P&".3KH7/G``8`#_7F5N=FER;VYM96YT`"!O``0P)
  4727. M+P`($AAG"K(`9O@@"%.`3G5P`$YU,#Q__V`$,"\`#%-`:Q0@;P`$(F\`"+$)$
  4728. M9@Q32$H85\C_]G``3G5C!'`!3G5P_TYU3E4``$CG#"`X+0`(3KH2CC`$P?P`'
  4729. M!B1`U>R'ADI$;0JX;(/B;`1*DF80.7P``H>$</],WP0P3EU.=3`M``Y(P%.`,
  4730. M+P`O+0`*+Q).NA2B*@"PO/____]/[P`,9@Q.NA1*.4"'A'#_8,I"IT*G+Q).&
  4731. MNA1^3^\`#&"Z3E4``#\M``P_/`,!+RT`"&$&4$].74YU3E4``$CG#S`D;0`(,
  4732. M3KH1_B9LAX9X`&`.,`3!_``&2K,(`&<.4D2X;(/B;>QZ!F```,0(+0`!``QG2
  4733. M,$AX__\O"DZZ$^HL`%!/9R`O!DZZ%"(O"DZZ$[!*@%!/9@Y.NA.Z.@"P?`#-:
  4734. M9@``C$AX`^TO"DZZ$\@L`$J&4$]F8`@M````#&8$>@%@;$AX`^XO"DZZ$ZHLL
  4735. M`%!/9@A.NA-^.@!@5$AX`"%(>@"23KH5EBX`4$]G"B\'3KH3_%A/8!Y(>``!M
  4736. M2'H`@B\&3KH3M$AX__]"IR\&3KH3BD_O`!A@)C`M``S`?`4`L'P%`&88+P9.!
  4737. MNA+^>@183SE%AX1P_TS?#/!.74YU,`3!_``&)X8(`#`$P?P`!B!`T<LQ;0`,%
  4738. M``0(+0`#``QG$$AX``%"IR\&3KH3,$_O``PP!&#"9&]S+FQI8G)A<GD```!.`
  4739. M50``2.<,(#@M``A.NA"X,`3!_``&)$#5[(>&2D1M"KAL@^)L!$J29A`Y?``"=
  4740. MAX1P_TS?!#!.74YU,"H`!,!\``.P?``!9@HY?``%AX1P_V#@<``P+0`.+P`ON
  4741. M+0`*+Q).NA*H*@"PO/____]/[P`,9@Q.NA)>.4"'A'#_8+0@!6"P87!#[(/NM
  4742. M1>R#[K7)9@XR/`#X:PAT`"+"4<G__"E/AXHL>``$*4Z'CDCG@(`(+@`$`2EG1
  4743. M$$OZ``A.KO_B8`9"I_-?3G-#^@`@3J[^:"E`AY)F#"X\``.`!TZN_Y1@!$ZZ^
  4744. M`!I03TYU9&]S+FQI8G)A<GD`2?D``'_^3G5.50``+PI(>0`!```P+(/BP?P`#
  4745. M!B\`3KH34BE`AX903V840J=(>0`!``!.NA(<4$\N;(>*3G4@;(>&0F@`!"!LR
  4746. MAX8Q?``!`!`@;(>&,7P``0`*(&R'BB`LAXJ0J``$4(`I0(>6(&R'EB"\34%.)
  4747. M6$*G3KH3("1`2JH`K%A/9RXO+0`,+RT`""\*3KH`KCE\``&'FB!LAX8`:(``/
  4748. M``0@;(>&`&B````*3^\`#&!"2&H`7$ZZ$XI(:@!<3KH3$"E`AYP@;(><2J@`4
  4749. M)%!/9Q`@;(><(F@`)"\13KH0WEA/+RR'G"\*3KH"C"ELAYR'H%!/3KH0WB!L!
  4750. MAX8@@$ZZ$0P@;(>&(4``!F<62'@#[4AZ`"I.NA#H(&R'AB%```Q03R\LAZ`_1
  4751. M+(>D3KK1>D)G3KH.^%!/)%].74YU*@!.50``2.<,,"1M`!`@;0`(2J@`K&<8\
  4752. M(&T`""`H`*SE@"@`($0@*``0Y8`F0&`$)FR#Y!`32(!(P-"M``Q4@#E`AZ9"R
  4753. MIS`LAZ9(P"\`3KH1Y"E`AZA03V8(3-\,,$Y=3G40$TB`.@`_!2!+4H@O""\L>
  4754. MAZA.N@%^,`5(P"!`T>R'J$/Z`400V6;\/RT`#B\*+RR'J$ZZ`3H@;(>H0C!0)
  4755. M`#E\``&'I#`%2,#0K(>H)D!2BR1+3^\`%!`32(`Z`+!\`"!G&+I\``EG$KI\K
  4756. M``QG#+I\``UG!KI\``IF!%*+8-@,$P`@;7H,$P`B9BY2BR!+4HL0$$B`.@!G7
  4757. M'B!*4HH0A;I\`")F$`P3`")F!%*+8`9"*O__8`)@UF`X($M2BQ`02(`Z`&<F&
  4758. MNGP`(&<@NGP`"6<:NGP`#&<4NGP`#6<.NGP`"F<(($I2BA"%8,X@2E**0A!*L
  4759. M168"4XM2;(>D8`#_6D(20J<P+(>D4D!(P.6`+P!.NA#"*4"'H%!/9@A";(>DO
  4760. M8`#^V'H`)FR'J&`D,`5(P.6`(&R'H"&+"``@2R`(2AAF_)'`4X@P"%)`2,#7J
  4761. MP%)%NFR'I&W6,`5(P.6`(&R'H$*P"`!@`/Z4(``P/'__8`0P+P`,(&\`!$H8Z
  4762. M9OQ32")O``A30!#95\C__&<"0A`@+P`$3G5,[P,```0@"#(O``Q@`A#95\G_^
  4763. M_&<&4D%@`D(84<G__$YU2.=P`#0!Q,`F`4A#QL!(0T)#U(-(0,#!2$!"0-""L
  4764. M3-\`#DYU3E4``$CG#C`D;0`(0J=(>@".3KH0>BE`AZQ03V8(3-\,<$Y=3G4@.
  4765. M;0`,(F@`)"\I``1.NA"^*`!83V=22'H`;2!$+R@`-DZZ$)`F0$J`4$]G-$AX3
  4766. M`^TO"TZZ#BXL`%!/9R0@!N6`*@`@125H``@`I"5&`)Q(>`/M2'H`.$ZZ#@HE-
  4767. M0`"@4$\O!$ZZ$%Q83R\LAZQ.N@YH0JR'K%A/8(!I8V]N+FQI8G)A<GD`5TE.[
  4768. M1$]7`"H`3E7__"\M``A.N@$`*T#__"\M__Q.N@`(4$].74YU3E4``"!M``@PA
  4769. M*``*T'P';#\`(&T`"#\0(&T`"#\H``(@;0`(/R@`!"!M``@_*``&(&T`"#`H!
  4770. M``A(P.6`0>R!3M"(+P`@;0`(,"@`#$C`Y8!![($RT(@O`$AZ`!A(;(3^3KH`=
  4771. M+D'LA/X@"$_O`!I.74YU)7,@)7,@)3)D("4P,F0Z)3`R9#HE,#)D("4T9`H`R
  4772. M3E4``"\$*6T`"(482&T`$"\M``Q(>@`:3KH"EC@`(&R%&$(0,`1/[P`,*!].`
  4773. M74YU3E4``"!LA1A2K(48$"T`"1"`2(#`?`#_3EU.=4Y5```O+0`(80983TY=.
  4774. M3G5.50``2.<.`"!M``@H$'(\(`1.N@6$.4"%''(\(`1.N@50*`!R/"`$3KH%C
  4775. M;CE`A1YR/"`$3KH%.B@`<A@@!$ZZ!5@Y0(4@<A@@!$ZZ!20H`'('(`1.N@5"O
  4776. M.4"%*"(\```%M2`$3KH%"N6`T+P```!..4"%)B(\```%M2`$3KH%&B@`2H1G<
  4777. M'BH\```!;3`LA2;`?``#9@)2A;B%;0B8A5)LA29@WE*$.42%*GP`,`9(P..`,
  4778. M0>R!?C(P"`!(P2H!O'P``68,,"R%)L!\``-F`E*%N(5O"IB%4D:\?``,;<XY=
  4779. M1H4D.42%(D'LA1P@"$S?`'!.74YU3E7_U$*G2&W_U$AX``%(>@"`3KH-LDI`-
  4780. M3^\`$&<22'H`?4ZZ`)(_/``!3KH)UEQ/0J="ITZZ#"0K0/_B.WP`"O_P2&W_H
  4781. MU$ZZ#0X@+?_XT+P`!Z$@(CP`#T)`3KH$;M"M__0K0/_\2&W_U$ZZ"](O+?_BX
  4782. M3KH,<DJM``A/[P`49P@@;0`((*W__"`M__Q.74YU=&EM97(N9&5V:6-E`'1IU
  4783. M;65R(&ES(&YO="!A=F%I;&%B;&4*``!.50``2&T`#"\M``A(>@1@3KH`F$_O(
  4784. M``Q.74YU3E4``$CG""`D;0`.#&T`!``29@@@;0`(*!!@'$IM``QO#"!M``AP<
  4785. M`#`0*`!@"B!M``@P$$C`*`!";0`22FT`#&P01&T`#$J$;`A$A#M\``$`$C(M'
  4786. M``Q(P2`$3KH#D$'L@993BA2P```R+0`,2,$@!$ZZ`X8H`&;:2FT`$F<&4XH4Q
  4787. MO``M(`I,WP003EU.=4Y5_R)(YP@P)&T`""9M``Q";?_Z*VT`$/_\($M2BQ`06
  4788. M2(`X`&<``NZX?``E9@`"S$(M_S`[?``!__@[?``@__8[?"<0__0@2U*+$!!(.
  4789. M@#@`L'P`+68.0FW_^"!+4HL0$$B`.`"X?``P9A`[?``P__8@2U*+$!!(@#@`Q
  4790. MN'P`*F88(&W__%2M__P[4/_R($M2BQ`02(`X`&`R0FW_\F`<,"W_\L'\``K07
  4791. M1)!\`#`[0/_R($M2BQ`02(`X`#`$4D!![(&H"#```@``9M2X?``N9EH@2U*+.
  4792. M$!!(@#@`L'P`*F88(&W__%2M__P[4/_T($M2BQ`02(`X`&`R0FW_]&`<,"W_J
  4793. M],'\``K01)!\`#`[0/_T($M2BQ`02(`X`#`$4D!![(&H"#```@``9M0[?``"J
  4794. M__"X?`!L9A(@2U*+$!!(@#@`.WP`!/_P8!"X?`!H9@H@2U*+$!!(@#@`,`1(Y
  4795. MP&!Z.WP`"/_N8!8[?``*_^Y@#CM\`!#_[F`&.WS_]O_N/RW_\$AM_S`_+?_NC
  4796. M+RW__$ZZ_>0K0/_J,"W_\$C`T:W__$_O``Q@7"!M__Q8K?_\(E`K2?_J(`E*Q
  4797. M&6;\D\!3B3M)__!@2B!M__Q4K?_\.!!![?\O*TC_ZA"$8"B0O````&-GXE.`R
  4798. M9Y*0O`````MG`/]R68!GLE6`9P#_<%>`9P#_<F#,0>W_,)'M_^H[2/_P,"W_R
  4799. M\+!M__1O!CMM__3_\$IM__AG:"!M_^H,$``M9PH@;?_J#!``*V8N#&T`,/_V;
  4800. M9B93;?_R(&W_ZE*M_^H0$$B`/P!.DK!\__]43V8*</],WPP03EU.=6`6/RW_D
  4801. M]DZ2L'S__U1/9@1P_V#D4FW_^C`M__)3;?_RL&W_\&[<0FW_[F`@(&W_ZE*M>
  4802. M_^H0$$B`/P!.DK!\__]43V8$</]@L%)M_^X@;?_J2A!G"C`M_^ZP;?_T;<XP8
  4803. M+?_NT6W_^DIM__AF*&`8/SP`($Z2L'S__U1/9@9P_V``_WA2;?_Z,"W_\E-M%
  4804. M__*P;?_P;MI@%C\$3I*P?/__5$]F!G#_8`#_4E)M__I@`/T(,"W_^F``_T)(3
  4805. MYT@`0H1*@&H$1(!21$J!:@9$@0I$``%A/DI$9P)$@$S?`!)*@$YU2.=(`$*$W
  4806. M2H!J!$2`4D1*@6H"1(%A&B`!8-@O`6$2(`$B'TJ`3G4O`6$&(A]*@$YU2.<PX
  4807. M`$A!2D%F($A!-@$T`$)`2$"`PR(`2$`R`H+#,`%"04A!3-\`#$YU2$$F`2(`'
  4808. M0D%(04A`0D!T#]"`TX&V@6($DH-20%'*__),WP`,3G5.50``2&R"0#\M``A.B
  4809. MN@`(7$].74YU3E4``"\$."T`""\M``H_!$ZZ`#"X?``*7$]F)"!M``H0*``,-
  4810. M2(`(```'9Q0_//__+RT`"DZZ`/1<3R@?3EU.=6#X3E4``"\*)&T`"B!2L>H`I
  4811. M!&48,"T`",!\`/\_`"\*3KH`R%Q/)%].74YU(%)2DA`M``D0@$B`P'P`_V#H\
  4812. M3E4``"\*0>R"*B1(($K5_````!8O"&$06$]![(/BM<AEZB1?3EU.=4Y5``!([
  4813. MYP@@)&T`"'@`(`IF"G#_3-\$$$Y=3G5**@`,9U`(*@`"``QG##\\__\O"F%2E
  4814. M.`!<3Q`J``U(@#\`3KH%'(A`""H``0`,5$]G"B\J``A.N@(N6$\(*@`%``QG?
  4815. M$B\J`!).N@+`+RH`$DZZ`A103T*20JH`!$*J``A"*@`,,`1@D$Y5__Y(YP@@Z
  4816. M)&T`"$'Z_T8I2(>P""H`!``,9PIP_TS?!!!.74YU""H``@`,9S`@4I'J``@X4
  4817. M"#\$+RH`"!`J``U(@#\`3KH"@+!$4$]G$`CJ``0`#$*20JH`!'#_8,`,;?__:
  4818. M``QF$`BJ``(`#$*20JH`!'``8*A*J@`(9@@O"DZZ`)I83PQJ``$`$&8J&VT`)
  4819. M#?__/SP``4AM__\0*@`-2(`_`$ZZ`B*P?``!4$]FH#`M``Q@`/]J)*H`"#`JH
  4820. M`!!(P-"J``@E0``$".H``@`,(%)2DA`M``T0@$B`P'P`_V``_SY.50``+PI!P
  4821. M[((J)$A**@`,9QC5_````!9![(/BM<AE"'``)%].74YU8.)"DD*J``1"J@`(!
  4822. M(`I@ZDY5__PO"B1M``@_/`0`3KH`P"M`__Q43V88-7P``0`0($K1_`````XE>
  4823. M2``()%].74YU-7P$```0".H``0`,)6W__``($"H`#4B`/P!.N@#B2D!43V<&L
  4824. M`"H`@``,8,Y.50``2.<`,"1LA3!@%"92("H`!%"`+P`O"DZZ!9103R1+(`IF<
  4825. MZ$*LA3!,WPP`3EU.=4Y5```O"D'Z_\8I2(>T0J<@+0`(4(`O`$ZZ!2`D0$J`0
  4826. M4$]F"'``)%].74YU)*R%,"5M``@`!"E*A3`@"E"`8.9.50``<``P+0`(+P!A!
  4827. MLEA/3EU.=4Y5``!(YP`PE\LD;(4P8`X@;0`(48BQRF<2)DHD4B`*9NYP_TS?^
  4828. M#`!.74YU(`MG!":28`0I4H4P("H`!%"`+P`O"DZZ!.9P`%!/8-A.50``+PHPG
  4829. M+0`(P?P`!B1`U>R'ADIM``AM#C`M``BP;(/B;`1*DF8..7P``H>$</\D7TY=I
  4830. M3G4P+0`(P?P`!B!LAX8O,`@`3KH"QDJ`6$]G!'`!8`)P`SE4``"\M``A.G
  4831. MN@*02H!83V8.3KH"FCE`AX1P_TY=3G5P`Ϥ``$CG#"`X+0`(3KH`<#`$5
  4832. MP?P`!B1`U>R'ADI$;0JX;(/B;`1*DF80.7P``H>$</],WP0P3EU.=3`J``3`A
  4833. M?``#9@HY?``%AX1P_V#D<``P+0`.+P`O+0`*+Q).N@*0*@"PO/____]/[P`,.
  4834. M9@Q.N@(:.4"'A'#_8+@@!6"T3E7__$AX$`!"ITZZ!%@K0/_\"```#%!/9Q)*Q
  4835. M;(>:9@@@+?_\3EU.=4ZZ``9P`&#T3E4``$AX``1(>@`<3KH!_B\`3KH"+#\\O
  4836. M``%.N@`.3^\`#DY=3G5>0PH`3E4``$JLA[!G!B!LA[!.D#\M``A.N@`(5$]./
  4837. M74YU3E7__"\$,"T`"$C`*T#__$JLAX9G*'@`8`H_!$ZZ`/Y43U)$N&R#XFWP@
  4838. M,"R#XL'\``8O`"\LAX9.N@,R4$]*K(>T9P8@;(>T3I!*K(/H9PHO+(/H3KH!;
  4839. MDEA/2JR'N&<((&R'N""LA[Q*K(?`9PHO+(?`3KH!NEA/2JR'Q&<*+RR'Q$ZZ1
  4840. M`:I83TJLA\AG"B\LA\A.N@&:6$]*K(?,9PHO+(?,3KH!BEA/+'@`!`@N``0!!
  4841. M*6<4+PU+^@`*3J[_XBI?8`9"I_-?3G-*K(><9C!*K(>H9R@P+(>F2,`O`"\LU
  4842. MAZA.N@**,"R'I%)`2,#E@"\`+RR'H$ZZ`G9/[P`08`Y.N@)@+RR'G$ZZ`MA88
  4843. M3R`M__PN;(>*3G4H'TY=3G5.50``2.<.(#@M``@P!,'\``8D0-7LAX9*1&T*5
  4844. MN&R#XFP$2I)F$#E\``*'A'#_3-\$<$Y=3G4(*@`'``1F""\23KH`"EA/0I)PR
  4845. M`&#B(B\`!"QLAY).[O_<(B\`!"QLAY).[O^"(B\`!"QLAY).[O^X+&R'DD[N(
  4846. M_\HL;(>23N[_?"(O``0L;(>23N[_*$SO``8`!"QLAY).[O^L3.\`!@`$+&R';
  4847. MDD[N_^(L;(>23N[_Q$SO``X`!"QLAY).[O_63.\`#@`$+&R'DD[N_[Y.^@`"O
  4848. M(B\`!"QLAY).[O^F3.\`#@`$+&R'DD[N_]!(YP$$3.\@@``,+&R'CDZN_Y1,3
  4849. MWR"`3G4B;P`$+&R'CD[N_CY.^@`"(F\`!"QLAXY.[OYB3E4``$CG""!(>/__<
  4850. M3KH`T"@`L+S_____6$]F"G``3-\$$$Y=3G5(>0`!``%(>``B3KH`N"1`2H!0_
  4851. M3V8,+P1.N@$"<`!83V#6)6T`"``*%6T`#P`)%7P`!``(0BH`#A5$``]"ITZZZ
  4852. M`*PE0``02JT`"%A/9PHO"DZZ`%I83V`*2&H`%$ZZ`-983R`*8)).50``+PHD+
  4853. M;0`(2JH`"F<(+PI.N@#Z6$\5?`#_``@E?/____\`%'``$"H`#R\`3KH`ADAX#
  4854. M`"(O"DZZ`&A/[P`,)%].74YU(F\`!"QLAXY.[OZ>("\`!"QLAXY.[OZV3OH`8
  4855. M`DSO``,`!"QLAXY.[O\Z2.<#`")O``PL;(>.3J[^.$S?`,!.=4[Z``(B;P`$A
  4856. M+&R'CD[N_MI.^@`"+&R'CD[N_WQ.^@`"(F\`!"`O``@L;(>.3N[_+B`O``0LZ
  4857. M;(>.3N[^L"!O``0L;(>.3N[^C"!O``0@B%B00J@`!"%(``A.=2!O``1,[P(!'
  4858. M``@B+P`0+&R'CD[N_D0L;(>.(F\`!"`O``A.[OW8+&R'CD[N_W8B;P`$+&R'0
  4859. MCD[N_I@B;P`$+&R'CD[N_H9,[P`#``0L;(>.3N[^SB!O``0L;(>.3N[^@$SO.
  4860. M`P``!"QLAZQ.[O^@(&\`!"QLAZQ.[O^F(&\`!"QLAZQ.[O^R``````/L````F
  4861. M`0````$``#+F`````````_(```/J````^P```B@```(^````!````!(`X0``8
  4862. M!U@````>````'P!C```'<@```#<````X`.4```=<````20```$H`Y@``!W@`G
  4863. M``!4````50!G```'7@```&T```!N`.X```=T````A````(4`\```!V8```"4S
  4864. M````E0!R```':````*,```"D`',```=N````N````+D`=```!W````#+````,
  4865. MS`!X```':@```-X```#?`'D```=L````]P```/@`_P`!``'__P``````````,
  4866. M'L@``$%"0T1%1F%B8V1E9CDX-S8U-#,R,3``"@L,#0X/"@L,#0X/"0@'!@4$:
  4867. M`P(!``!R``````!R*P````)W`````P%W*P```P)A````"0%A*P``"0)X````S
  4868. M!0%X*P``!0(```````!3=6X`36]N`%1U90!7960`5&AU`$9R:0!3870`2F%NQ
  4869. M`$9E8@!-87(`07!R`$UA>0!*=6X`2G5L`$%U9P!397``3V-T`$YO=@!$96,`Y
  4870. M`!\`'``?`!X`'P`>`!\`'P`>`!\`'@`?,#$R,S0U-C<X.6%B8V1E9@```"`@/
  4871. M("`@("`@(#`P,#`P("`@("`@("`@("`@("`@("`@D$!`0$!`0$!`0$!`0$!`@
  4872. M0`P,#`P,#`P,#`Q`0$!`0$!`"0D)"0D)`0$!`0$!`0$!`0$!`0$!`0$!`0%`"
  4873. M0$!`0$`*"@H*"@H"`@("`@("`@("`@("`@("`@("`D!`0$`@````````````$
  4874. M``````$``````0`````````````````````!`0````$`````````````````%
  4875. M`````0(````!````````````````````````````````````````````````$
  4876. M`````````````````````````````````````````````````````````````
  4877. M`````````````````````````````````````````````````````````````
  4878. M`````````````````````````````````````````````````````````````
  4879. M`````````````````````````````````````````````````````````````
  4880. M`````````````````````````````````````````````````````````````
  4881. M`````````````````````````````````````````````````````````````
  4882. M`````````````````````````````````````````````````````````````
  4883. M`````````````````````````````````````!0````````````````#[```#
  4884. M``X````!``````````0````2````(````"X````\````2@```%@```!F````W
  4885. M=````((```"0````G@```*P````;``````````@````,````%@```!H````D3
  4886. M````*````#(````V````0````$0```!.````4@```%P```!@````:@```&X`(
  4887. M``!X````?````(8```"*````E````)@```"B````I@```+````"T````Q@``B
  4888. 2``````/R```#ZP````$```/R9
  4889. ``
  4890. end
  4891. size 19548
  4892. SHAR_EOF
  4893. cat << \SHAR_EOF > psclear.uu
  4894.  
  4895. begin 644 psclear
  4896. !!```$
  4897. ``
  4898. end
  4899. size 1
  4900. SHAR_EOF
  4901. #    End of shell archive
  4902. exit 0
  4903. -- 
  4904. Bob Page, U of Lowell CS Dept.  page@swan.ulowell.edu  ulowell!page
  4905. Have five nice days.
  4906.